mirror of
https://github.com/curl/curl.git
synced 2026-07-24 04:17:18 +03:00
provide protos to the functions to prevent warnings
This commit is contained in:
parent
fa8ecd3d53
commit
eebcf90942
1 changed files with 6 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue