android13/external/libabigail/tests/data/test-diff-suppr/test39-public-headers-dir/test39-header-v1.h

6 lines
146 B
C

typedef struct _StructType StructType;
typedef struct _AnotherStructType AnotherStructType;
void foo(StructType*);
void bar(AnotherStructType*);