summaryrefslogtreecommitdiff
path: root/upb/def.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/def.h')
-rw-r--r--upb/def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/upb/def.h b/upb/def.h
index c88ce90..9be2857 100644
--- a/upb/def.h
+++ b/upb/def.h
@@ -837,7 +837,7 @@ class upb::FileDefPtr {
extern "C" {
#endif
-upb_symtab *upb_symtab_new();
+upb_symtab *upb_symtab_new(void);
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(
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback