diff options
Diffstat (limited to 'tests/include/tast2.h')
| -rw-r--r-- | tests/include/tast2.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/include/tast2.h b/tests/include/tast2.h index a819f5e..f4cd201 100644 --- a/tests/include/tast2.h +++ b/tests/include/tast2.h @@ -143,6 +143,17 @@ struct ucArrType2 { int *f2[][5]; }; +typedef struct fieldfuncfunc { + int *(*func1)(int f1, int *(*sfunc1)(int f1, int *(*ssfunc1)(int f1))); +}; + +int *func2(int f1, int *(*sfunc2)(int f1, int *(*ssfunc2)(int f1))); + +typedef struct { + const char *name; // description + const char *driver; // driver + int flags; +} BASS_DEVICEINFO; @@ -282,6 +293,17 @@ void int sqlite3_bind_blob(struct A1*, int, const void*, int n, void(*)(void*)); +typedef struct fieldfuncfunc { + int *(*func1)(int f1, int *(*sfunc1)(int f1, int *(*ssfunc1)(int f1))); +}; + +int *func2(int f1, int *(*sfunc2)(int f1, int *(*ssfunc2)(int f1))); + +typedef struct { + const char *name; // description + const char *driver; // driver + int flags; +} BASS_DEVICEINFO; |
