X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=e107fb09987a1a9cbf1dec15537102cc475ba1d8;hp=6adeb6bdd91779d153bed28a3328c01ea68d6ec3;hb=ad75dd2662b11cb806ed92ba194dd04f85c68ba2;hpb=38b37ed1045b86625778bb21413bd9f78225d03a diff --git a/src/options.h b/src/options.h index 6adeb6bd..e107fb09 100644 --- a/src/options.h +++ b/src/options.h @@ -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;