2
0
mirror of https://github.com/curl/curl.git synced 2025-04-12 16:20:35 +08:00

provide a test() proto

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

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