diff options
Diffstat (limited to 'compiler/c2nim/tests')
-rwxr-xr-x | compiler/c2nim/tests/systest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/c2nim/tests/systest.c b/compiler/c2nim/tests/systest.c index 4ba1d9044..d1fbb6784 100755 --- a/compiler/c2nim/tests/systest.c +++ b/compiler/c2nim/tests/systest.c @@ -10,6 +10,7 @@ extern "C" { #endif typedef void (*callback_t) (int rc); +typedef const char* (*callback2)(int rc, long L, const char* buffer); int aw_callback_set (AW_CALLBACK c, callback_t callback ); int aw_instance_callback_set (AW_CALLBACK c, callback_t callback); |