summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-08-18 00:08:54 +0100
committerNick White <git@njw.me.uk>2011-08-18 00:08:54 +0100
commit94419299593c70aa9933868d6a795f128c65fe8b (patch)
treeca075dbd823cca544f75c28292673c75a0b8219e /util.h
parent04dd0a92a342a383fd861b9d7c037cdb654fdb36 (diff)
Start using socket functions instead (still not quite there)
Diffstat (limited to 'util.h')
-rw-r--r--util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.h b/util.h
index 2e852ab..1a82a80 100644
--- a/util.h
+++ b/util.h
@@ -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);