mirror of
https://github.com/transmission/transmission
synced 2025-03-12 15:14:12 +00:00
(trunk libT) make "tr_globalAddress" a private function
This commit is contained in:
parent
f010687d81
commit
ea36b9b888
2 changed files with 1 additions and 3 deletions
|
@ -527,7 +527,7 @@ global_unicast_address(struct sockaddr *sa)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
tr_globalAddress( int af, void *addr, int *addr_len )
|
tr_globalAddress( int af, void *addr, int *addr_len )
|
||||||
{
|
{
|
||||||
struct sockaddr_storage ss;
|
struct sockaddr_storage ss;
|
||||||
|
|
|
@ -121,8 +121,6 @@ void tr_netCloseSocket( int fd );
|
||||||
|
|
||||||
void tr_netInit( void );
|
void tr_netInit( void );
|
||||||
|
|
||||||
int tr_globalAddress(int af, void *addr, int *addr_len);
|
|
||||||
|
|
||||||
const unsigned char *tr_globalIPv6( void );
|
const unsigned char *tr_globalIPv6( void );
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue