home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1999 May / pcp151c.iso / misc / src / install / bootpc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-04-01  |  278 b   |  12 lines

  1. #ifndef H_BOOTP
  2. #define H_BOOTP
  3.  
  4. #include "net.h"
  5.  
  6. char * doBootp(int timeout, struct intfInfo * intf, struct netInfo * net);
  7. char * doDhcp(int timeout, struct intfInfo * intf, struct netInfo * net,
  8.         int shouldDaemonize);
  9. void setMissingIpInfo(struct intfInfo * intf);
  10.  
  11. #endif
  12.