#define VERBOSE GNUNET_YES
-struct PeerContext *
+static struct PeerContext *
find_peer_context_by_pc ( struct GNUNET_TRANSPORT_TESTING_handle *tth,
struct PeerContext *p)
{
}
-struct PeerContext *
+static struct PeerContext *
find_peer_context ( struct GNUNET_TRANSPORT_TESTING_handle *tth,
const struct GNUNET_PeerIdentity *peer)
{
* @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);