]> sjero.net Git - wget/blobdiff - src/options.h
[svn] New mechanism for quoting file names.
[wget] / src / options.h
index e7eff5e2766a663804370c494dbdfeafab905c13..7010cd414746d148ebf3fea285246c28aa50c9d7 100644 (file)
@@ -184,6 +184,12 @@ struct options
 
   char *post_data;             /* POST query string */
   char *post_file_name;                /* File to post */
+
+  enum {
+    restrict_none,
+    restrict_shell,
+    restrict_windows
+  } restrict_file_names;       /* whether we restrict file name chars. */
 };
 
 extern struct options opt;