aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/groupwise-account-setup
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/groupwise-account-setup')
-rw-r--r--plugins/groupwise-account-setup/ChangeLog5
-rw-r--r--plugins/groupwise-account-setup/camel-gw-listener.c2
2 files changed, 6 insertions, 1 deletions
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 <kmaraas@gnome.org>
+
+ * camel-gw-listener.c: (camel_gw_listener_new):
+ ANSIfication of function declaration.
+
2007-08-23 Milan Crha <mcrha@redhat.com>
** 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;