From 5c58870a798e1eac5b72c1da3317364c7dc01924 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 25 Oct 2011 20:44:46 +0000 Subject: static --- src/transport/transport-testing.c | 6 +++--- 1 file 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 @@ #define VERBOSE GNUNET_YES -struct PeerContext * +static struct PeerContext * find_peer_context_by_pc ( struct GNUNET_TRANSPORT_TESTING_handle *tth, struct PeerContext *p) { @@ -47,7 +47,7 @@ find_peer_context_by_pc ( struct GNUNET_TRANSPORT_TESTING_handle *tth, } -struct PeerContext * +static struct PeerContext * find_peer_context ( struct GNUNET_TRANSPORT_TESTING_handle *tth, const struct GNUNET_PeerIdentity *peer) { @@ -482,7 +482,7 @@ GNUNET_TRANSPORT_TESTING_init () * @param file the absolute file name, e.g. as found in argv[0] * @return extracted file name, has to be freed by caller */ -char * +static char * extract_filename (const char *file) { char *pch = GNUNET_strdup (file); -- cgit v1.2.3