diff src/dbus-server.c @ 12627:2078f65a8e98

[gaim-migrate @ 14963] Some de-warning, and clean up generated files with make clean committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 22 Dec 2005 18:28:08 +0000
parents c9312177821a
children b2d838b7eb00
line wrap: on
line diff
--- a/src/dbus-server.c	Thu Dec 22 17:38:38 2005 +0000
+++ b/src/dbus-server.c	Thu Dec 22 18:28:08 2005 +0000
@@ -533,9 +533,9 @@
 
 
 
-gboolean gaim_dbus_dispatch_init(void) 
+static gboolean gaim_dbus_dispatch_init(void) 
 {
-    static DBusObjectPathVTable vtable = {NULL, &gaim_dbus_dispatch};
+    static DBusObjectPathVTable vtable = {NULL, &gaim_dbus_dispatch, NULL, NULL, NULL, NULL};
 
     DBusError error;
     int result;