]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Add the POST method.
[wget] / src / options.h
index ae66d8e235273a52d9f1f4984b934edfd2f40734..c6438602514cab7a96193f310d442033b9a81848 100644 (file)
@@ -164,6 +164,9 @@ struct options
   int   cookies;
   char *cookies_input;
   char *cookies_output;
+
+  char *post_data;             /* POST query string */
+  char *post_file_name;                /* File to post */
 };
 
 extern struct options opt;