summaryrefslogtreecommitdiff
path: root/util.h
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2011-09-29 19:13:27 +0100
committerNick White <git@njw.me.uk>2011-09-29 19:13:27 +0100
commit399438e4a78777db9230968ef5902915b4c814ce (patch)
treeda8fd7f49970b3afd3afb5a7f5a07bef3eb4856b /util.h
parenta8400b4837f67b2e0ab7fbf5bdd12545c9bac390 (diff)
Post to goToPage amazon url; more reliable for some reason
Diffstat (limited to 'util.h')
-rw-r--r--util.h1
1 files changed, 1 insertions, 0 deletions
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);