]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Applied Dennis Smit's --preserve-permissions patch.
[wget] / src / options.h
index 6adeb6bdd91779d153bed28a3328c01ea68d6ec3..e107fb09987a1a9cbf1dec15537102cc475ba1d8 100644 (file)
@@ -196,6 +196,9 @@ 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. */
 };
 
 extern struct options opt;