summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-07-09 17:29:26 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-07-09 17:29:26 +0000
commit444f1b5806972c34a1b7eefc04abb7d841c421fe (patch)
treec6fc7fd589aca819d773f67df37fe2766f7ba6bd /include
parent81bd950d86306334f654b57b8c76f2196f7358c1 (diff)
downloadlibhubbub-444f1b5806972c34a1b7eefc04abb7d841c421fe.tar.gz
libhubbub-444f1b5806972c34a1b7eefc04abb7d841c421fe.tar.bz2
Add an explict null namespace to hubbub_ns.
svn path=/trunk/hubbub/; revision=4550
Diffstat (limited to 'include')
-rw-r--r--include/hubbub/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hubbub/types.h b/include/hubbub/types.h
index 1f7b5ba..5b49786 100644
--- a/include/hubbub/types.h
+++ b/include/hubbub/types.h
@@ -57,6 +57,7 @@ typedef enum hubbub_token_type {
* Possible namespaces
*/
typedef enum hubbub_ns {
+ HUBBUB_NS_NULL,
HUBBUB_NS_HTML,
HUBBUB_NS_MATHML,
HUBBUB_NS_SVG,