diff options
Diffstat (limited to 'src/html_common.hh')
-rw-r--r-- | src/html_common.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/html_common.hh b/src/html_common.hh index d0eff7eb..6c5d4807 100644 --- a/src/html_common.hh +++ b/src/html_common.hh @@ -41,6 +41,7 @@ typedef enum { DT_NONE, + DT_UNRECOGNIZED, DT_HTML, DT_XHTML } DilloHtmlDocumentType; |