summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 94caebd..e393f4b 100644
--- a/internal.h
+++ b/internal.h
@@ -198,3 +198,12 @@ typedef enum {
FHP_STR_CHUNKED,
FHP_STR_LAST
} fhp_str_t;
+
+fhp_err_t
+fhp_header_value_parser_init(fhp_t * const);
+
+fhp_err_t
+fhp_header_value_parser_push(fhp_t * const, uint8_t * const, size_t);
+
+fhp_err_t
+fhp_header_value_parser_done(fhp_t * const);