summaryrefslogtreecommitdiff
path: root/upb_struct.c
diff options
context:
space:
mode:
Diffstat (limited to 'upb_struct.c')
-rw-r--r--upb_struct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/upb_struct.c b/upb_struct.c
index b0b244a..3284796 100644
--- a/upb_struct.c
+++ b/upb_struct.c
@@ -42,3 +42,4 @@ extern bool upb_struct_is_set(uint8_t *s, struct upb_struct_field *f);
extern bool upb_struct_all_required_fields_set(
uint8_t *s, struct upb_struct_definition *d);
extern void upb_struct_clear(uint8_t *s, struct upb_struct_definition *d);
+
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback