Commit 349a15b0 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

provide a test() proto

parent c14fa2c9
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 */