provide a test() proto
authorDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 12:59:57 +0000 (12:59 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 19 Feb 2004 12:59:57 +0000 (12:59 +0000)
tests/libtest/test.h

index b0b119e..481716e 100644 (file)
@@ -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 */