home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume28 / bootp-2.4.0 / part01 / getif.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-08-22  |  125 b   |  8 lines

  1. /* getif.h */
  2.  
  3. #ifdef    __STDC__
  4. extern struct ifreq *getif(int, struct in_addr *);
  5. #else
  6. extern struct ifreq *getif();
  7. #endif
  8.