diff options
Diffstat (limited to 'request.c')
-rw-r--r-- | request.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ #include "request.h" -extern inline void request(size_t (*writefunction)(void *, size_t, size_t, void *) - , void *writedata, struct curl_httppost *post, char *fmt, ...); +extern inline void request(size_t (*)(void *, size_t, size_t, void *), void * + , struct curl_httppost *, char *, ...); |