From: Daniel Stenberg Date: Thu, 19 Feb 2004 13:03:04 +0000 (+0000) Subject: provide protos to the functions to prevent warnings X-Git-Tag: cares-1_1_0~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eebcf9094234c1d80e66b8ad21a158eecfdb185d;p=curl provide protos to the functions to prevent warnings --- diff --git a/tests/libtest/lib506.c b/tests/libtest/lib506.c index 91ccb4ab2..03acf9a10 100644 --- a/tests/libtest/lib506.c +++ b/tests/libtest/lib506.c @@ -7,6 +7,12 @@ const char *HOSTHEADER = "Host: www.host.foo.com"; const char *JAR = "log/jar506"; #define THREADS 2 +void lock(CURL *handle, curl_lock_data data, curl_lock_access access, + void *useptr ); +void unlock(CURL *handle, curl_lock_data data, void *useptr ); +struct curl_slist *sethost(struct curl_slist *headers); +void *fire(void *ptr); +char *suburl(char *base, int i); /* struct containing data of a thread */ struct Tdata {