From 96999ae441597cd5a8300658ad76a90fe02954b0 Mon Sep 17 00:00:00 2001 From: Andrew Sidwell Date: Wed, 24 Sep 2008 13:57:27 +0000 Subject: Report errors from libparserutils better. svn path=/trunk/hubbub/; revision=5431 --- include/hubbub/errors.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/hubbub') 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 */ -- cgit v1.2.3