summaryrefslogtreecommitdiff
path: root/src/charset/detect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/charset/detect.h')
-rw-r--r--src/charset/detect.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/charset/detect.h b/src/charset/detect.h
index 854a8d6..807f374 100644
--- a/src/charset/detect.h
+++ b/src/charset/detect.h
@@ -10,13 +10,11 @@
#include <inttypes.h>
-#include <hubbub/errors.h>
-#include <hubbub/functypes.h>
-#include <hubbub/types.h>
+#include <parserutils/errors.h>
/* Extract a charset from a chunk of data */
-hubbub_error hubbub_charset_extract(const uint8_t **data, size_t *len,
- uint16_t *mibenum, hubbub_charset_source *source);
+parserutils_error hubbub_charset_extract(const uint8_t *data, size_t len,
+ uint16_t *mibenum, uint32_t *source);
#endif