summaryrefslogtreecommitdiff
path: root/liboil/liboiltest.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-07-30 23:43:39 +0000
committerDavid Schleef <ds@schleef.org>2005-07-30 23:43:39 +0000
commit70d44fea4410f36e761450088c805757bb0e68f8 (patch)
treef4a554d61cec7d7e63af9861bbd25ed464ebf6e7 /liboil/liboiltest.h
parent9c444198c70e154f194c7a95cd3ccdf2620c4d3f (diff)
downloadliboil-70d44fea4410f36e761450088c805757bb0e68f8.tar.gz
* examples/report.c: (oil_print_class): Fix printing
* liboil/colorspace/Makefile.am: * liboil/colorspace/composite.c: use colorspace header * liboil/colorspace/composite_i386.c: new * liboil/liboil.h: remove prefetch, it was a bad idea * liboil/liboilcolorspace.h: new header * liboil/liboilcpu.c: (oil_cpu_get_ticks_per_second): * liboil/liboilcpu.h: * liboil/liboiltest.c: (oil_test_init), (oil_test_check_function): add oil_test_init() and reshuffle code * liboil/liboiltest.h: ditto
Diffstat (limited to 'liboil/liboiltest.h')
-rw-r--r--liboil/liboiltest.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/liboil/liboiltest.h b/liboil/liboiltest.h
index 4b28723..2bc1722 100644
--- a/liboil/liboiltest.h
+++ b/liboil/liboiltest.h
@@ -63,9 +63,7 @@ void oil_test_check_ref (OilTest *test);
int oil_test_check_impl (OilTest *test, OilFunctionImpl *impl);
void oil_test_cleanup (OilTest *test);
-void oil_test_init_src_arrays (OilTest *test);
-void oil_test_init_dest_arrays (OilTest *test);
-void oil_test_init_params (OilTest *test);
+void oil_test_init (OilTest *test);
void _oil_test_marshal_function (void *func, unsigned long *args, int n_args,
unsigned int pointer_mask, OilProfile *prof);