diff options
Diffstat (limited to 'test/junit/com/sun/gluegen/test.h')
-rw-r--r-- | test/junit/com/sun/gluegen/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/junit/com/sun/gluegen/test.h b/test/junit/com/sun/gluegen/test.h index 02a22c1..b15b7e5 100644 --- a/test/junit/com/sun/gluegen/test.h +++ b/test/junit/com/sun/gluegen/test.h @@ -5,6 +5,8 @@ int arrayTest(long context, foo * array ); int bufferTest(void * object); +int manyBuffersTest(void * object1, void * object2, void * object3, void * object4, void * object5); + int mixedTest(long context, void * object, foo * array ); int doubleTest(long context, void * object1, foo * array1, void * object2, foo * array2 ); |