home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / bootpd-2.zip / GETIF.H < prev    next >
C/C++ Source or Header  |  1993-11-12  |  125b  |  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.