aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/hpack_parser.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-06-12 16:17:09 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-06-12 16:17:09 -0700
commitd20efd26e3a8448531d56050942ef66935311ef5 (patch)
tree26e52d719468e75dfc4ceeb441543ca241253204 /src/core/transport/chttp2/hpack_parser.h
parent3208e3922a246375f68969630941267e1a8930a3 (diff)
Progress on splitting things up
Diffstat (limited to 'src/core/transport/chttp2/hpack_parser.h')
-rw-r--r--src/core/transport/chttp2/hpack_parser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/transport/chttp2/hpack_parser.h b/src/core/transport/chttp2/hpack_parser.h
index bfc06b3980..507d7cfea0 100644
--- a/src/core/transport/chttp2/hpack_parser.h
+++ b/src/core/transport/chttp2/hpack_parser.h
@@ -107,7 +107,7 @@ int grpc_chttp2_hpack_parser_parse(grpc_chttp2_hpack_parser *p,
/* wraps grpc_chttp2_hpack_parser_parse to provide a frame level parser for
the transport */
grpc_chttp2_parse_error grpc_chttp2_header_parser_parse(
- void *hpack_parser, grpc_chttp2_parse_state *state, gpr_slice slice,
+ void *hpack_parser, grpc_chttp2_transport_parsing *transport_parsing, grpc_chttp2_stream_parsing *stream_parsing, gpr_slice slice,
int is_last);
#endif /* GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_HPACK_PARSER_H */