summaryrefslogtreecommitdiff
path: root/include/netsurf/content_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf/content_type.h')
-rw-r--r--include/netsurf/content_type.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/include/netsurf/content_type.h b/include/netsurf/content_type.h
index 0a6b83009..c6c8478cd 100644
--- a/include/netsurf/content_type.h
+++ b/include/netsurf/content_type.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2003 James Bursa <bursa@users.sourceforge.net>
+ * Copyright 2012 Vincent Sanders <vince@netsurf-browser.org>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@@ -78,8 +78,11 @@ typedef enum {
/** All script types. */
CONTENT_SCRIPT = 0x40,
+ /** Portable Document Format. */
+ CONTENT_PDF = 0x80,
+
/** Any content matches */
- CONTENT_ANY = 0x7f
+ CONTENT_ANY = 0xff
} content_type;