mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00: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
|