[Telepathy-commits] [telepathy-salut/master] salut-xmpp-connection-manager: fix static declarations
Guillaume Desmottes
guillaume.desmottes at collabora.co.uk
Fri Dec 12 10:27:30 PST 2008
---
src/salut-xmpp-connection-manager.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/salut-xmpp-connection-manager.c b/src/salut-xmpp-connection-manager.c
index ed34c23..db3f2c9 100644
--- a/src/salut-xmpp-connection-manager.c
+++ b/src/salut-xmpp-connection-manager.c
@@ -881,7 +881,7 @@ disconnect_signals_foreach (gpointer key,
0, 0, NULL, NULL, self);
}
-void
+static void
salut_xmpp_connection_manager_dispose (GObject *object)
{
SalutXmppConnectionManager *self = SALUT_XMPP_CONNECTION_MANAGER (object);
@@ -1520,7 +1520,7 @@ salut_xmpp_connection_manager_reset_connection_timer (
}
}
-GSList *
+static GSList *
find_filter (GSList *list,
SalutXmppConnectionManagerStanzaFilterFunc filter_func,
SalutXmppConnectionManagerStanzaCallbackFunc callback,
@@ -1543,7 +1543,7 @@ find_filter (GSList *list,
return NULL;
}
-GSList *
+static GSList *
remove_filter (GSList *list,
SalutXmppConnectionManagerStanzaFilterFunc filter_func,
SalutXmppConnectionManagerStanzaCallbackFunc callback,
--
1.5.6.5
More information about the Telepathy-commits
mailing list