From f13fd21b50fa97b4ce7e29ce82d471c1f1870c11 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 30 Oct 2007 22:21:14 +0000 Subject: Fix warnings from sparse and gcc svn path=/trunk/; revision=34458 --- plugins/groupwise-account-setup/ChangeLog | 5 +++++ plugins/groupwise-account-setup/camel-gw-listener.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'plugins/groupwise-account-setup') diff --git a/plugins/groupwise-account-setup/ChangeLog b/plugins/groupwise-account-setup/ChangeLog index 1d4ed2d539..817b28a694 100644 --- a/plugins/groupwise-account-setup/ChangeLog +++ b/plugins/groupwise-account-setup/ChangeLog @@ -1,3 +1,8 @@ +2007-10-26 Kjartan Maraas + + * camel-gw-listener.c: (camel_gw_listener_new): + ANSIfication of function declaration. + 2007-08-23 Milan Crha ** Fix for bug #308636 diff --git a/plugins/groupwise-account-setup/camel-gw-listener.c b/plugins/groupwise-account-setup/camel-gw-listener.c index 9765de7c7a..a2a957cf54 100644 --- a/plugins/groupwise-account-setup/camel-gw-listener.c +++ b/plugins/groupwise-account-setup/camel-gw-listener.c @@ -1018,7 +1018,7 @@ camel_gw_listener_get_type (void) } CamelGwListener* -camel_gw_listener_new () +camel_gw_listener_new (void) { CamelGwListener *config_listener; -- cgit v1.2.3