From 0485651622e4078532d8d834668b2ec9c255a820 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Sun, 28 Aug 2016 15:31:47 -0400 Subject: s/fhp_t/fhp_ctx_t/g --- internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal.h') 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); -- cgit v1.2.3