diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-02-19 12:59:57 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-02-19 12:59:57 +0000 |
commit | 349a15b089aa588196bf52420b1d3a32de657206 (patch) | |
tree | f88d384c7ba38bd5cf8232a37d72cac4338918de /tests/libtest | |
parent | c14fa2c935555ec9489678cc7a0f3e38ce801539 (diff) |
provide a test() proto
Diffstat (limited to 'tests/libtest')
-rw-r--r-- | tests/libtest/test.h | 3 |
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 */ |