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

fix gcc warnings, define function Prototyp

This commit is contained in:
Patrick Grimm
2013-04-12 07:39:47 +02:00
parent d063b6e093
commit f86501a108
2 changed files with 6 additions and 1 deletions

View File

@@ -97,6 +97,11 @@
/** @file linux/net.h Includes Linux network headers. */
/* Local helper functions for this port */
int get_local_address_ioctl(
char *ifname,
struct in_addr *addr,
int request);
extern int bip_get_local_netmask(
struct in_addr *netmask);