summaryrefslogtreecommitdiff
path: root/liboil/liboiltest.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-12-18 04:54:53 +0000
committerDavid Schleef <ds@schleef.org>2005-12-18 04:54:53 +0000
commit4c5004c8d6912b15bb0330ad1d32945c99167909 (patch)
tree813bb656802c074196f913af724dafe9f6ee5965 /liboil/liboiltest.h
parent33803e9ed18fe538d0a568401703666d6204e27e (diff)
downloadliboil-4c5004c8d6912b15bb0330ad1d32945c99167909.tar.gz
* liboil/Makefile.am: Add librandom.c
* liboil/liboilcolorspace.h: * liboil/liboilrandom.c: Some C code to write arrays of random numbers. * liboil/liboilrandom.h: Add prototypes from above, remove a bunch of macros that aren't used. * liboil/liboiltest.c: Use array functions instead of macros. * liboil/liboiltest.h: Add oil_test_get_source_data() * liboil/liboiltypes.h: Add 64-bit types. * liboil/i386/composite_i386.c: Add simple mmx implementations for all the composite functions.
Diffstat (limited to 'liboil/liboiltest.h')
-rw-r--r--liboil/liboiltest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/liboil/liboiltest.h b/liboil/liboiltest.h
index ca561aa..e015f56 100644
--- a/liboil/liboiltest.h
+++ b/liboil/liboiltest.h
@@ -99,5 +99,7 @@ void oil_test_set_test_footer (OilTest *test, OilParameter *p, int test_footer);
void _oil_test_marshal_function (void *func, unsigned long *args, int n_args,
unsigned int pointer_mask, OilProfile *prof);
+void *oil_test_get_source_data (OilTest *test, OilArgType arg_type);
+
#endif