From d7d1b2a14120e0194aadcfcb327a542f81213058 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Tue, 12 Jan 2010 11:29:32 -0800 Subject: Move many serializing functions to .cc file, since they do not need to be exposed. --- src/upb_sink.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/upb_sink.h') 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. -- cgit v1.2.3