refactored the handlers

This commit is contained in:
skarg
2005-05-04 13:07:26 +00:00
parent 5b87d09c94
commit 28d45505ad
5 changed files with 12 additions and 425 deletions
+2 -2
View File
@@ -46,8 +46,6 @@
bool ethernet_valid(void);
void ethernet_cleanup(void);
bool ethernet_init(char *interface_name);
void ethernet_set_broadcast_address(
BACNET_ADDRESS *dest); // destination address
/* function to send a packet out the 802.2 socket */
/* returns 0 on success, non-zero on failure */
@@ -73,5 +71,7 @@ uint16_t ethernet_receive(
unsigned timeout); // milliseconds to wait for a packet
void ethernet_get_my_address(BACNET_ADDRESS *my_address);
void ethernet_get_broadcast_address(
BACNET_ADDRESS *dest); // destination address
#endif