summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorNick White <hg@njw.me.uk>2011-08-01 18:26:56 +0100
committerNick White <hg@njw.me.uk>2011-08-01 18:26:56 +0100
commit063a0de3c10d38741c939297bb19d8284757e00c (patch)
treeff7b00c71dfc1bdd08b4fd1c143aaef5a0e12b9f /util.h
parentaccfeb090db432165ebc7e80ddce5ab673631af4 (diff)
Lots of tightening and cleanups
Diffstat (limited to 'util.h')
-rw-r--r--util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/util.h b/util.h
index 82c0a29..11677af 100644
--- a/util.h
+++ b/util.h
@@ -1,5 +1,6 @@
-/* See COPYING file for copyright, license and warranty details. */
+/* See COPYING file for copyright and license details. */
#define COOKIEMAX 1024
+#define HEADERMAX 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);