Undo part of the last commit. OBJFORMAT_PATH controls how the cross
[dragonfly.git] / libexec / bootpd / getether.h
1 /* getether.h */
2
3 #ifdef  __STDC__
4 extern int getether(char *ifname, char *eaptr);
5 #else
6 extern int getether();
7 #endif