You've already forked gitified_old_clb_svn
8 lines
103 B
C
8 lines
103 B
C
#ifndef ARP_H
|
|
#define ARP_H
|
|
|
|
void arp_poll();
|
|
void arp_init(const char *if_name, uint32_t ip);
|
|
|
|
#endif
|