]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Added (currently no-op) -4 and -6.
[wget] / src / options.h
index 6adeb6bdd91779d153bed28a3328c01ea68d6ec3..00d89c349312ad1da002649fc0fe2c112bdf09b5 100644 (file)
@@ -196,6 +196,14 @@ struct options
 
   int strict_comments;         /* whether strict SGML comments are
                                   enforced.  */
+
+  int preserve_perm;           /* whether remote permissions are used
+                                 or that what is set by umask. */
+
+#ifdef ENABLE_IPV6
+  int ipv4_only;               /* IPv4 connections have been requested. */
+  int ipv6_only;               /* IPv4 connections have been requested. */
+#endif
 };
 
 extern struct options opt;