]> sjero.net Git - wget/blobdiff - src/wget.h
Merging Ted Mielczarek's CSS changes with tip.
[wget] / src / wget.h
index 08d8d8374ebd803b1cee0cf3681b6cb47ff74786..5b0df1a833df9ca11514993547e2cb23a7e04095 100644 (file)
@@ -312,7 +312,8 @@ enum
   HEAD_ONLY            = 0x0004,       /* only send the HEAD request */
   SEND_NOCACHE         = 0x0008,       /* send Pragma: no-cache directive */
   ACCEPTRANGES         = 0x0010,       /* Accept-ranges header was found */
-  ADDED_HTML_EXTENSION = 0x0020         /* added ".html" extension due to -E */
+  ADDED_HTML_EXTENSION = 0x0020,        /* added ".html" extension due to -E */
+  TEXTCSS              = 0x0040                /* document is of type text/css */
 };
 
 /* Universal error type -- used almost everywhere.  Error reporting of