summaryrefslogtreecommitdiff
path: root/src/upb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb.h')
-rw-r--r--src/upb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/upb.h b/src/upb.h
index 5dfd65e..0dfcd5e 100644
--- a/src/upb.h
+++ b/src/upb.h
@@ -165,6 +165,7 @@ typedef uint8_t upb_valuetype_t;
#define UPB_VALUETYPE_BYTESRC 32
#define UPB_VALUETYPE_RAW 33
#define UPB_VALUETYPE_FIELDDEF 34
+#define UPB_TYPE_ENDGROUP 35
// A single .proto value. The owner must have an out-of-band way of knowing
// the type, so that it knows which union member to use.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback