summaryrefslogtreecommitdiff
path: root/upb/structdefs.int.h
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2017-05-31 14:33:43 -0700
committerGitHub <noreply@github.com>2017-05-31 14:33:43 -0700
commit04fcf0b112deab5bf83673e78e3825155d6fdee1 (patch)
treeb9dc70a8db0163dfbaa5a8c53a012fe8810188da /upb/structdefs.int.h
parent3f3ee548f16a2c6d94c2c9cbe161e5b306269e79 (diff)
parentf15e6764bd1d27d33b5bbf0f5bc7c23bcc837128 (diff)
Merge pull request #83 from TeBoring/master
Add new file option php_namespace.
Diffstat (limited to 'upb/structdefs.int.h')
-rw-r--r--upb/structdefs.int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb/structdefs.int.h b/upb/structdefs.int.h
index ec5f4eb..ff44e2d 100644
--- a/upb/structdefs.int.h
+++ b/upb/structdefs.int.h
@@ -179,6 +179,7 @@ struct upb_filedef {
const char *name;
const char *package;
const char *phpprefix;
+ const char *phpnamespace;
upb_syntax_t syntax;
upb_inttable defs;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback