From 399438e4a78777db9230968ef5902915b4c814ce Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 29 Sep 2011 19:13:27 +0100 Subject: Post to goToPage amazon url; more reliable for some reason --- util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'util.h') diff --git a/util.h b/util.h index 1a82a80..235303b 100644 --- a/util.h +++ b/util.h @@ -4,3 +4,4 @@ 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); +int post(char *host, char *path, char *data, char **buf); -- cgit v1.2.3