summaryrefslogtreecommitdiff
path: root/upb
diff options
context:
space:
mode:
Diffstat (limited to 'upb')
-rw-r--r--upb/bytestream.h2
-rw-r--r--upb/handlers.h2
2 files changed, 2 insertions, 2 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" */
diff --git a/upb/handlers.h b/upb/handlers.h
index e3d91cf..0569a4b 100644
--- a/upb/handlers.h
+++ b/upb/handlers.h
@@ -230,7 +230,7 @@ struct _upb_handlers {
};
typedef struct _upb_handlers upb_handlers;
-upb_handlers *upb_handlers_new();
+upb_handlers *upb_handlers_new(void);
void upb_handlers_ref(upb_handlers *h);
void upb_handlers_unref(upb_handlers *h);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback