mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
8 lines
118 B
C
8 lines
118 B
C
|
|
/* getether.h */
|
||
|
|
|
||
|
|
#ifdef __STDC__
|
||
|
|
extern int getether(char *ifname, char *eaptr);
|
||
|
|
#else
|
||
|
|
extern int getether();
|
||
|
|
#endif
|