]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Add the POST method.
[wget] / src / options.h
index d330021868fcea7f99c962622292ce1411aec594..c6438602514cab7a96193f310d442033b9a81848 100644 (file)
@@ -164,8 +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 */
 };
 
-#ifndef OPTIONS_DEFINED_HERE
 extern struct options opt;
-#endif