From: Christian Grothoff Date: Tue, 25 Oct 2011 20:44:46 +0000 (+0000) Subject: static X-Git-Tag: initial-import-from-subversion-38251~16254 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=5c58870a798e1eac5b72c1da3317364c7dc01924;p=oweals%2Fgnunet.git static --- 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);