summaryrefslogtreecommitdiff
path: root/src/upb_parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_parse.c')
-rw-r--r--src/upb_parse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/upb_parse.c b/src/upb_parse.c
index 32332d9..c4790c6 100644
--- a/src/upb_parse.c
+++ b/src/upb_parse.c
@@ -416,7 +416,7 @@ static const void *pop(struct upb_cbparser *p, const uint8_t *start)
}
-size_t upb_cbparser_parse(struct upb_cbparser *p, upb_string *str,
+size_t upb_cbparser_parse(struct upb_cbparser *p, upb_strptr str,
struct upb_status *status)
{
// buf is our current offset, moves from start to end.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback