provide a test() proto

This commit is contained in:
Daniel Stenberg 2004-02-19 12:59:57 +00:00
parent c14fa2c935
commit 349a15b089

View 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 */