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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/charset/detect.h b/src/charset/detect.h
index 807f374..cb837d0 100644
--- a/src/charset/detect.h
+++ b/src/charset/detect.h
@@ -16,5 +16,9 @@
parserutils_error hubbub_charset_extract(const uint8_t *data, size_t len,
uint16_t *mibenum, uint32_t *source);
+/* Parse a Content-Type string for an encoding */
+uint16_t hubbub_charset_parse_content(const uint8_t *value,
+ uint32_t valuelen);
+
#endif