genericopenlibs/liboil/src/liboiltest.h
changeset 72 403e7f6ed6c5
parent 18 47c74d1534e1
--- a/genericopenlibs/liboil/src/liboiltest.h	Wed Oct 13 19:39:18 2010 +0530
+++ b/genericopenlibs/liboil/src/liboiltest.h	Thu Oct 14 14:15:50 2010 +0530
@@ -103,6 +103,8 @@
 IMPORT_C void oil_test_set_test_header (OilTest *test, OilParameter *p, int test_header);
 IMPORT_C void oil_test_set_test_footer (OilTest *test, OilParameter *p, int test_footer);
 
+IMPORT_C void oil_test_set_impl (OilTest *test, OilFunctionImpl *impl);
+
 void _oil_test_marshal_function (void *func, unsigned long *args, int n_args,
     unsigned int pointer_mask, OilProfile *prof);