summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Sidwell <andy@entai.co.uk>2008-08-09 19:34:52 +0000
committerAndrew Sidwell <andy@entai.co.uk>2008-08-09 19:34:52 +0000
commit6481bd7f3a503573c31b224dfde229dce2e9b68f (patch)
tree0b6caa76845679dad3de650979ab01bca8bb2a79 /include
parent14fc365f4e090760b853a004ba145954dae23be4 (diff)
downloadlibhubbub-6481bd7f3a503573c31b224dfde229dce2e9b68f.tar.gz
libhubbub-6481bd7f3a503573c31b224dfde229dce2e9b68f.tar.bz2
Propagate the use of hubbub_error up into at least a bit of the treebuilder.
svn path=/trunk/hubbub/; revision=4979
Diffstat (limited to 'include')
-rw-r--r--include/hubbub/functypes.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/hubbub/functypes.h b/include/hubbub/functypes.h
index c6dbee2..d41f6bd 100644
--- a/include/hubbub/functypes.h
+++ b/include/hubbub/functypes.h
@@ -20,7 +20,8 @@ typedef void *(*hubbub_alloc)(void *ptr, size_t size, void *pw);
/**
* Type of token handling function
*/
-typedef void (*hubbub_token_handler)(const hubbub_token *token, void *pw);
+typedef hubbub_error (*hubbub_token_handler)(
+ const hubbub_token *token, void *pw);
/**
* Type of parse error handling function