summaryrefslogtreecommitdiff
path: root/upb/bytestream.h
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-08-12 14:12:59 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-08-12 14:12:59 -0700
commitfe3df2c9bc66ffe5dbc4c9410052be1bc2d7d443 (patch)
treec785f21726970c718bdd43c4706c6bdfbaa96dc8 /upb/bytestream.h
parent2cf930ef51261d7c7e29e3a531f9ff033c649e11 (diff)
Python: basic SymbolTable support and empty accessors.
Diffstat (limited to 'upb/bytestream.h')
-rw-r--r--upb/bytestream.h2
1 files changed, 1 insertions, 1 deletions
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" */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback