From fe3df2c9bc66ffe5dbc4c9410052be1bc2d7d443 Mon Sep 17 00:00:00 2001 From: Joshua Haberman Date: Fri, 12 Aug 2011 14:12:59 -0700 Subject: Python: basic SymbolTable support and empty accessors. --- upb/bytestream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upb/bytestream.h') diff --git a/upb/bytestream.h b/upb/bytestream.h index 6090d6a..9b6f5cb 100644 --- a/upb/bytestream.h +++ b/upb/bytestream.h @@ -278,7 +278,7 @@ void upb_stringsink_reset(upb_stringsink *s, char *str, size_t size); const char *upb_stringsink_release(upb_stringsink *s, size_t *len); // Returns the upb_bytesink* for this stringsrc. Invalidated by reset above. -upb_bytesink *upb_stringsink_bytesink(); +upb_bytesink *upb_stringsink_bytesink(void); #ifdef __cplusplus } /* extern "C" */ -- cgit v1.2.3