summaryrefslogtreecommitdiff
path: root/include/hubbub
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-09-24 13:57:27 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-09-24 13:57:27 +0000
commit96999ae441597cd5a8300658ad76a90fe02954b0 (patch)
tree98a097d55d9d4b3759240de23daf1655460124ef /include/hubbub
parent79e5d74377af803222fb9c84bd97d624aafec39b (diff)
downloadlibhubbub-96999ae441597cd5a8300658ad76a90fe02954b0.tar.gz
libhubbub-96999ae441597cd5a8300658ad76a90fe02954b0.tar.bz2
Report errors from libparserutils better.
svn path=/trunk/hubbub/; revision=5431
Diffstat (limited to 'include/hubbub')
-rw-r--r--include/hubbub/errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/hubbub/errors.h b/include/hubbub/errors.h
index 9199d09..6398766 100644
--- a/include/hubbub/errors.h
+++ b/include/hubbub/errors.h
@@ -21,6 +21,8 @@ typedef enum hubbub_error {
HUBBUB_INVALID = 7,
HUBBUB_FILENOTFOUND = 8,
HUBBUB_NEEDDATA = 9,
+
+ HUBBUB_UNKNOWN = 10
} hubbub_error;
/* Convert a hubbub error value to a string */