static
authorChristian Grothoff <christian@grothoff.org>
Wed, 28 Sep 2011 20:15:14 +0000 (20:15 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 28 Sep 2011 20:15:14 +0000 (20:15 +0000)
src/transport/test_transport_api_unreliability.c

index 9a30f54b867bfe8ab79d4c40d1c4511ce30c7a3a..e4e78bb3e79b6e127a232a3003b825fce8f4ad36 100644 (file)
@@ -122,7 +122,7 @@ static char bitmap[TOTAL_MSGS / 8];
 #define OKPP do { ok++; } while (0)
 #endif
 
-int
+static int
 get_bit (const char *map, unsigned int bit);
 
 static void
@@ -231,7 +231,7 @@ set_bit (unsigned int bitIdx)
  *
  * @return Bit \a bit from hashcode \a code
  */
-int
+static int
 get_bit (const char *map, unsigned int bit)
 {
   if (bit >= TOTAL_MSGS)