home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / tcp / amitcp / src / l / inet-handler / runstart.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-04-05  |  274 b   |  18 lines

  1. /*
  2.  * runstart.h
  3.  *
  4.  * HISTORY
  5.  * $Log: runstart.h,v $
  6.  * Revision 1.1  1993/10/24  12:50:39  too
  7.  * Initial revision
  8.  *
  9.  */
  10.  
  11. #ifndef _RUNSTART_H_
  12. #define _RUNSTART_H_
  13.  
  14. struct MsgPort * mkDevice(char * devname, int namelen);
  15. void delDevice(void);
  16.  
  17. #endif /* _RUNSTART_H_ */
  18.