From 9e05faf3d6ac1c527032efb7210de8bbfeb2212c Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 15 Feb 2008 16:47:10 +0100 Subject: () -> (void) also in .h files, and fix a place that gave arguments when it shouldn't have. --- obt/mainloop.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'obt/mainloop.h') diff --git a/obt/mainloop.h b/obt/mainloop.h index cce7d5b5..f455d629 100644 --- a/obt/mainloop.h +++ b/obt/mainloop.h @@ -27,7 +27,7 @@ G_BEGIN_DECLS typedef struct _ObtMainLoop ObtMainLoop; -ObtMainLoop *obt_main_loop_new(); +ObtMainLoop *obt_main_loop_new(void); void obt_main_loop_ref(ObtMainLoop *loop); void obt_main_loop_unref(ObtMainLoop *loop); -- cgit v1.2.3