diff options
author | Nick White <git@njw.me.uk> | 2011-09-29 19:13:27 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-09-29 19:13:27 +0100 |
commit | 399438e4a78777db9230968ef5902915b4c814ce (patch) | |
tree | da8fd7f49970b3afd3afb5a7f5a07bef3eb4856b /util.h | |
parent | a8400b4837f67b2e0ab7fbf5bdd12545c9bac390 (diff) |
Post to goToPage amazon url; more reliable for some reason
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |