summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal.h b/internal.h
index e393f4b..994b208 100644
--- a/internal.h
+++ b/internal.h
@@ -200,10 +200,10 @@ typedef enum {
} fhp_str_t;
fhp_err_t
-fhp_header_value_parser_init(fhp_t * const);
+fhp_header_value_parser_init(fhp_ctx_t * const);
fhp_err_t
-fhp_header_value_parser_push(fhp_t * const, uint8_t * const, size_t);
+fhp_header_value_parser_push(fhp_ctx_t * const, uint8_t * const, size_t);
fhp_err_t
-fhp_header_value_parser_done(fhp_t * const);
+fhp_header_value_parser_done(fhp_ctx_t * const);