cleaned up warnings from BACnet Ethernet 8802.3 compile on Linux

This commit is contained in:
skarg
2015-09-24 21:51:29 +00:00
parent ca0092d4ee
commit ec581ace70
2 changed files with 13 additions and 1 deletions
+8
View File
@@ -68,6 +68,14 @@ extern "C" {
void ethernet_get_broadcast_address(
BACNET_ADDRESS * dest); /* destination address */
/* some functions from Linux driver */
void ethernet_debug_address(
const char *info,
BACNET_ADDRESS * dest);
int ethernet_send(
uint8_t * mtu,
int mtu_len);
#ifdef __cplusplus
}
#endif /* __cplusplus */