From 94419299593c70aa9933868d6a795f128c65fe8b Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 18 Aug 2011 00:08:54 +0100 Subject: Start using socket functions instead (still not quite there) --- util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util.h') 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); -- cgit v1.2.3