Added missing function prototype for BACnet/IPv6
This commit is contained in:
@@ -56,6 +56,9 @@ extern "C" {
|
||||
void bip6_set_interface(
|
||||
char *ifname);
|
||||
|
||||
bool bip6_address_match_self(
|
||||
BACNET_IP6_ADDRESS *addr);
|
||||
|
||||
bool bip6_set_addr(
|
||||
BACNET_IP6_ADDRESS *addr);
|
||||
bool bip6_get_addr(
|
||||
|
||||
Reference in New Issue
Block a user