diff options
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,4 +1,5 @@ /* See COPYING file for copyright, license and warranty details. */ +#define COOKIEMAX 1024 int dial(char *host, char *port); -int get(char *host, char *path, char **buf); -int gettofile(char *host, char *url, char *savepath); +int get(char *host, char *path, char *sendcookie, char *savecookie, char **buf); +int gettofile(char *host, char *url, char *sendcookie, char *savecookie, char *savepath); |