summaryrefslogtreecommitdiff
path: root/upb/decode.h
diff options
context:
space:
mode:
authorJosh Haberman <jhaberman@gmail.com>2019-01-03 11:16:27 -0800
committerJosh Haberman <jhaberman@gmail.com>2019-01-03 11:16:27 -0800
commit9ea6bb467810b958c8c2fb0bcf96d0af2b243801 (patch)
treec1ec711ac5f20b8e7b7c320b4c0353e2db62feca /upb/decode.h
parentaac4d034205d76bb2d7e401fce865919cbf14818 (diff)
Renamed upb_stringview -> upb_strview for C terseness.
Diffstat (limited to 'upb/decode.h')
-rw-r--r--upb/decode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/decode.h b/upb/decode.h
index 79774ed..dee4c0f 100644
--- a/upb/decode.h
+++ b/upb/decode.h
@@ -9,7 +9,7 @@
UPB_BEGIN_EXTERN_C
-bool upb_decode(upb_stringview buf, upb_msg *msg, const upb_msglayout *l);
+bool upb_decode(upb_strview buf, upb_msg *msg, const upb_msglayout *l);
UPB_END_EXTERN_C
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback