summaryrefslogtreecommitdiff
path: root/src/upb_sink.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2010-01-12 11:29:32 -0800
committerJoshua Haberman <joshua@reverberate.org>2010-01-12 11:29:32 -0800
commitd7d1b2a14120e0194aadcfcb327a542f81213058 (patch)
treee4736491eee14639e9ae3242f8236380d43f0b69 /src/upb_sink.h
parent02d2f8afb81eebbb7aab6f9a07f7e5cfcebbba2c (diff)
Move many serializing functions to .cc file, since they do not need to be exposed.
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