mirror of
https://github.com/stargieg/bacnet-stack
synced 2025-10-26 23:35:52 +08:00
fix compiler warning make get_local_address_ioctl static
This commit is contained in:
@@ -78,7 +78,7 @@ static int get_local_ifr_ioctl(
|
||||
return rv;
|
||||
}
|
||||
|
||||
int get_local_address_ioctl(
|
||||
static int get_local_address_ioctl(
|
||||
char *ifname,
|
||||
struct in_addr *addr,
|
||||
int request)
|
||||
|
||||
Reference in New Issue
Block a user