summaryrefslogtreecommitdiff
path: root/liboil/liboiltest.h
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2005-12-18 05:13:26 +0000
committerDavid Schleef <ds@schleef.org>2005-12-18 05:13:26 +0000
commiteb82d8fb7d4d2a14b03fb33eb2edbae112cae235 (patch)
treec412125f982aeb64815d8b3015803ad75df15db1 /liboil/liboiltest.h
parent4c5004c8d6912b15bb0330ad1d32945c99167909 (diff)
downloadliboil-eb82d8fb7d4d2a14b03fb33eb2edbae112cae235.tar.gz
* liboil/liboilparameter.h:
* liboil/liboilprototype.c: (oil_param_get_source_data): * liboil/liboiltest.c: (oil_test_get_value): * liboil/liboiltest.h: New functions for getting values common in test setup functions. * liboil/dct/idct8x8theora_ref.c: * liboil/ref/clip_ref.c: * liboil/ref/composite.c: * liboil/ref/permute.c: * liboil/ref/resample.c: * liboil/utf8/utf8.c: Use new functions.
Diffstat (limited to 'liboil/liboiltest.h')
-rw-r--r--liboil/liboiltest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/liboil/liboiltest.h b/liboil/liboiltest.h
index e015f56..4daa442 100644
--- a/liboil/liboiltest.h
+++ b/liboil/liboiltest.h
@@ -100,6 +100,7 @@ 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);
+int oil_test_get_value (OilTest *test, OilArgType arg_type);
#endif