summaryrefslogtreecommitdiff
path: root/upb/bytestream.h
diff options
context:
space:
mode:
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