summaryrefslogtreecommitdiff
path: root/upb/handlers.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/handlers.h')
-rw-r--r--upb/handlers.h2
1 files changed, 1 insertions, 1 deletions
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