aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/libtest/test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index b0b119e5b..481716e6f 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -19,4 +19,5 @@
#endif
extern char *arg2; /* set by first.c to the argv[2] or NULL */
-
+int test(char *URL); /* the actual test function provided by each individual
+ libXXX.c file */