more 'static' adding in testcases

No dead code found this time...
This commit is contained in:
Ryan Lortie
2011-10-16 21:11:11 -04:00
parent b264fccd23
commit 38e8ecd62a
15 changed files with 35 additions and 14 deletions

View File

@@ -39,7 +39,7 @@ socket_address_to_string (GSocketAddress *address)
return res;
}
GSocketAddress *
static GSocketAddress *
socket_address_from_string (const char *name)
{
#ifdef G_OS_UNIX