]> sjero.net Git - wget/blobdiff - src/options.h
[svn] Fix -O timestamp bug.
[wget] / src / options.h
index e080adb03000c7609c06dcc07ed57ab31f5770d2..7c1fac51a46f0d58d2c4a4d7cbe8291af6512fb3 100644 (file)
@@ -73,6 +73,9 @@ struct options
                                   FTP. */
   char *output_document;       /* The output file to which the
                                   documents will be printed.  */
+  int od_known_regular;                /* whether output_document is a
+                                   regular file we can manipulate,
+                                   i.e. not `-' or a device file. */
   FILE *dfp;                   /* The file pointer to the output
                                   document. */