summaryrefslogtreecommitdiff
path: root/upb/def.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2018-12-08 13:45:12 +0100
committerJoshua Haberman <jhaberman@gmail.com>2018-12-08 13:45:12 +0100
commitbfa3c015bb8de950d0e6b0076be89df4bc37fba7 (patch)
tree8f0571635334582029f76e22160ef051fe510c5d /upb/def.h
parent14c96a143c63a01c1080a23d9e1c0196d06f0e5e (diff)
parent73ccf4a7c7d8a1a26d1258f44a37c1fc02f4b14b (diff)
Merge branch 'master' into defcleanup
Diffstat (limited to 'upb/def.h')
-rw-r--r--upb/def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/upb/def.h b/upb/def.h
index 4a221f4..2551c86 100644
--- a/upb/def.h
+++ b/upb/def.h
@@ -705,6 +705,8 @@ UPB_BEGIN_EXTERN_C
upb_symtab *upb_symtab_new();
void upb_symtab_free(upb_symtab* s);
const upb_msgdef *upb_symtab_lookupmsg(const upb_symtab *s, const char *sym);
+const upb_msgdef *upb_symtab_lookupmsg2(
+ const upb_symtab *s, const char *sym, size_t len);
const upb_enumdef *upb_symtab_lookupenum(const upb_symtab *s, const char *sym);
bool upb_symtab_addfile(upb_symtab *s, const char *buf, size_t len,
upb_status *status);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback