X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Foptions.h;h=e9fe2d2c0b6f7679e80629d71cb19f1bc62e882a;hp=9fbedb785f3fff7a6108b0fd8393aa8225c31735;hb=b5c9573ad6396acf3e4e33d0ae0db65b413b0d66;hpb=6230b73df0c2a47a175f25e34ef7bfe009ddf1f9 diff --git a/src/options.h b/src/options.h index 9fbedb78..e9fe2d2c 100644 --- a/src/options.h +++ b/src/options.h @@ -54,6 +54,7 @@ struct options bool protocol_directories; /* Whether to prepend "http"/"ftp" to dirs. */ bool noclobber; /* Disables clobbering of existing data. */ + bool unlink; /* remove file before clobbering */ char *dir_prefix; /* The top of directory tree */ char *lfilename; /* Log filename */ char *input_filename; /* Input filename */