1
0
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:
Patrick Grimm
2016-10-30 23:21:31 +01:00
parent 8537627650
commit 2783bf85b4

View File

@@ -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)