diff options
author | Nick White <git@njw.me.uk> | 2011-08-18 00:08:54 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-08-18 00:08:54 +0100 |
commit | 94419299593c70aa9933868d6a795f128c65fe8b (patch) | |
tree | ca075dbd823cca544f75c28292673c75a0b8219e /util.h | |
parent | 04dd0a92a342a383fd861b9d7c037cdb654fdb36 (diff) |
Start using socket functions instead (still not quite there)
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ /* See COPYING file for copyright and license details. */ #define COOKIEMAX 1024 -#define HEADERMAX 1024 +#define HDRMAX 1024 int dial(char *host, char *port); int get(char *host, char *path, char *sendcookie, char *savecookie, char **buf); int gettofile(char *host, char *url, char *sendcookie, char *savecookie, char *savepath); |