[Telepathy-commits] [telepathy-salut/master] test-r-multicast-transport-io: check static functions

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Sat Dec 13 05:04:17 PST 2008


---
 tests/test-r-multicast-transport-io.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/test-r-multicast-transport-io.c b/tests/test-r-multicast-transport-io.c
index 7430968..2c785c3 100644
--- a/tests/test-r-multicast-transport-io.c
+++ b/tests/test-r-multicast-transport-io.c
@@ -15,7 +15,7 @@ GibberRMulticastTransport *rm;
 GibberRMulticastCausalTransport *rmc;
 gulong rmc_connected_handler = 0;
 
-void
+static void
 received_data (GibberTransport *transport, GibberBuffer *buffer,
     gpointer user_data)
 {
@@ -28,7 +28,7 @@ received_data (GibberTransport *transport, GibberBuffer *buffer,
   g_free (b64);
 }
 
-gboolean
+static gboolean
 send_hook (GibberTransport *transport, const guint8 *data, gsize length,
     GError **error, gpointer user_data)
 {
@@ -55,7 +55,7 @@ fail_node (gchar *name)
   _gibber_r_multicast_TEST_sender_fail (sender);
 }
 
-gboolean
+static gboolean
 got_input (GIOChannel *source, GIOCondition condition, gpointer user_data)
 {
   GIOStatus s;
@@ -114,7 +114,7 @@ out:
   return TRUE;
 }
 
-gboolean
+static gboolean
 got_error (GIOChannel *source, GIOCondition condition, gpointer user_data)
 {
   g_main_loop_quit (loop);
-- 
1.5.6.5




More information about the Telepathy-commits mailing list