-minor cleanup
authorChristian Grothoff <christian@grothoff.org>
Sat, 12 May 2012 23:53:58 +0000 (23:53 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 12 May 2012 23:53:58 +0000 (23:53 +0000)
src/transport/plugin_transport_tcp.c

index e9e008171d0edd23ffa632131f4905bfeb2e3e19..9c3fedc7566c4249c7f2a8062a06e9edf389328a 100644 (file)
@@ -1132,10 +1132,10 @@ int session_lookup_it (void *cls,
   return GNUNET_NO;
 }
 
+
 /**
  * Task cleaning up a NAT connection attempt after timeout
  */
-
 static void
 nat_connect_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
@@ -1352,9 +1352,10 @@ tcp_plugin_get_session (void *cls,
 }
 
 
-int session_disconnect_it (void *cls,
-               const GNUNET_HashCode * key,
-               void *value)
+static int 
+session_disconnect_it (void *cls,
+                      const GNUNET_HashCode * key,
+                      void *value)
 {
   struct Session *session = value;