aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-19 12:59:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-19 12:59:57 +0000
commit349a15b089aa588196bf52420b1d3a32de657206 (patch)
treef88d384c7ba38bd5cf8232a37d72cac4338918de /tests
parentc14fa2c935555ec9489678cc7a0f3e38ce801539 (diff)
provide a test() proto
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 */