summaryrefslogtreecommitdiff
path: root/include/hubbub/functypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hubbub/functypes.h')
-rw-r--r--include/hubbub/functypes.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/hubbub/functypes.h b/include/hubbub/functypes.h
index 0d45e6a..c6dbee2 100644
--- a/include/hubbub/functypes.h
+++ b/include/hubbub/functypes.h
@@ -23,12 +23,6 @@ typedef void *(*hubbub_alloc)(void *ptr, size_t size, void *pw);
typedef void (*hubbub_token_handler)(const hubbub_token *token, void *pw);
/**
- * Type of document buffer handling function
- */
-typedef void (*hubbub_buffer_handler)(const uint8_t *data,
- size_t len, void *pw);
-
-/**
* Type of parse error handling function
*/
typedef void (*hubbub_error_handler)(uint32_t line, uint32_t col,