summaryrefslogtreecommitdiff
path: root/src/web.hh
diff options
context:
space:
mode:
authorcorvid <devnull@localhost>2014-03-16 20:30:51 +0000
committercorvid <devnull@localhost>2014-03-16 20:30:51 +0000
commit8036421be353c40a17733a6c8b3c9236edc61e20 (patch)
tree57effc7fd7d99a35c7fb3f1406820d86cdb76bd6 /src/web.hh
parentce3bf9b919040b6afdb55ee8de63f4ae45881d23 (diff)
Separate 'Accept:' value for stylesheets
Diffstat (limited to 'src/web.hh')
-rw-r--r--src/web.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web.hh b/src/web.hh
index 2c22edb5..2e8fbf69 100644
--- a/src/web.hh
+++ b/src/web.hh
@@ -15,7 +15,8 @@ extern "C" {
*/
#define WEB_RootUrl 1
#define WEB_Image 2
-#define WEB_Download 4 /* Half implemented... */
+#define WEB_Stylesheet 4
+#define WEB_Download 8 /* Half implemented... */
typedef struct _DilloWeb DilloWeb;