(trunk libT) make "tr_globalAddress" a private function

This commit is contained in:
Charles Kerr 2010-01-25 07:35:38 +00:00
parent f010687d81
commit ea36b9b888
2 changed files with 1 additions and 3 deletions

View File

@ -527,7 +527,7 @@ global_unicast_address(struct sockaddr *sa)
}
}
int
static int
tr_globalAddress( int af, void *addr, int *addr_len )
{
struct sockaddr_storage ss;

View File

@ -121,8 +121,6 @@ void tr_netCloseSocket( int fd );
void tr_netInit( void );
int tr_globalAddress(int af, void *addr, int *addr_len);
const unsigned char *tr_globalIPv6( void );