getif.h revision 3229
13229Spst/* getif.h */
23229Spst
33229Spst#ifdef	__STDC__
43229Spstextern struct ifreq *getif(int, struct in_addr *);
53229Spst#else
63229Spstextern struct ifreq *getif();
73229Spst#endif
8