Added handling for ARCNET on the Linux port.

This commit is contained in:
skarg
2005-09-06 20:41:01 +00:00
parent 7368ba24f6
commit 4ba79baf1e
8 changed files with 77 additions and 13 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ void bip_set_broadcast_addr(uint32_t net_address);
// returns host byte order
uint32_t bip_get_broadcast_addr(void);
void bip_set_interface_name(char *ifname);
void bip_set_interface(char *ifname);
#ifdef __cplusplus
}