aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport-testing.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-25 20:44:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-25 20:44:46 +0000
commit5c58870a798e1eac5b72c1da3317364c7dc01924 (patch)
treeecb52c15cc18f63392224ebf419f3dc6ba7fb24d /src/transport/transport-testing.c
parent4960b423d6ac5e3e075a8c224cd71cc0a129a516 (diff)
downloadgnunet-5c58870a798e1eac5b72c1da3317364c7dc01924.tar.gz
gnunet-5c58870a798e1eac5b72c1da3317364c7dc01924.zip
static
Diffstat (limited to 'src/transport/transport-testing.c')
-rw-r--r--src/transport/transport-testing.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/transport-testing.c b/src/transport/transport-testing.c
index 0b1c71d9b..2c2838127 100644
--- a/src/transport/transport-testing.c
+++ b/src/transport/transport-testing.c
@@ -29,7 +29,7 @@
29 29
30#define VERBOSE GNUNET_YES 30#define VERBOSE GNUNET_YES
31 31
32struct PeerContext * 32static struct PeerContext *
33find_peer_context_by_pc ( struct GNUNET_TRANSPORT_TESTING_handle *tth, 33find_peer_context_by_pc ( struct GNUNET_TRANSPORT_TESTING_handle *tth,
34 struct PeerContext *p) 34 struct PeerContext *p)
35{ 35{
@@ -47,7 +47,7 @@ find_peer_context_by_pc ( struct GNUNET_TRANSPORT_TESTING_handle *tth,
47} 47}
48 48
49 49
50struct PeerContext * 50static struct PeerContext *
51find_peer_context ( struct GNUNET_TRANSPORT_TESTING_handle *tth, 51find_peer_context ( struct GNUNET_TRANSPORT_TESTING_handle *tth,
52 const struct GNUNET_PeerIdentity *peer) 52 const struct GNUNET_PeerIdentity *peer)
53{ 53{
@@ -482,7 +482,7 @@ GNUNET_TRANSPORT_TESTING_init ()
482 * @param file the absolute file name, e.g. as found in argv[0] 482 * @param file the absolute file name, e.g. as found in argv[0]
483 * @return extracted file name, has to be freed by caller 483 * @return extracted file name, has to be freed by caller
484 */ 484 */
485char * 485static char *
486extract_filename (const char *file) 486extract_filename (const char *file)
487{ 487{
488 char *pch = GNUNET_strdup (file); 488 char *pch = GNUNET_strdup (file);