summaryrefslogtreecommitdiff
path: root/upb.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb.h')
-rw-r--r--upb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb.h b/upb.h
index f5f19d3..563314c 100644
--- a/upb.h
+++ b/upb.h
@@ -112,6 +112,7 @@ union upb_value_ptr {
bool *_bool;
struct upb_string **string;
struct upb_array **array;
+ void **message;
void *_void;
};
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback