1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00

[r3117] Changes to clean up compile warnings

This commit is contained in:
Steve Karg
2017-02-14 16:21:39 +01:00
committed by Patrick Grimm
parent 233ff85d6e
commit 93aac61ff7
4 changed files with 18 additions and 1 deletions

View File

@@ -77,6 +77,13 @@ static int get_local_ifr_ioctl(
return rv;
}
/* forward prototype required for compilers */
int get_local_address_ioctl(
char *ifname,
struct in_addr *addr,
int request);
int get_local_address_ioctl(
char *ifname,
struct in_addr *addr,