summaryrefslogtreecommitdiff
path: root/src/upb_sink.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/upb_sink.h')
-rw-r--r--src/upb_sink.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/upb_sink.h b/src/upb_sink.h
index 3400092..2055688 100644
--- a/src/upb_sink.h
+++ b/src/upb_sink.h
@@ -38,6 +38,8 @@
extern "C" {
#endif
+struct upb_fielddef;
+
// Each of the upb_sink callbacks returns a status of this type.
typedef enum {
// The normal case, where the consumer wants to continue consuming.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback