summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2016-08-28 15:31:47 -0400
committerPaul Duncan <pabs@pablotron.org>2016-08-28 15:31:47 -0400
commit0485651622e4078532d8d834668b2ec9c255a820 (patch)
tree9dd3f8c1a49caabd248140d081a4bb5953321eaf /internal.h
parentb63fcd650a42b6035c35de951e1e8476234dd2e5 (diff)
downloadlibfhp-0485651622e4078532d8d834668b2ec9c255a820.tar.bz2
libfhp-0485651622e4078532d8d834668b2ec9c255a820.zip
s/fhp_t/fhp_ctx_t/g
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);