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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-04-05
|
274 b
|
18 lines
/*
* runstart.h
*
* HISTORY
* $Log: runstart.h,v $
* Revision 1.1 1993/10/24 12:50:39 too
* Initial revision
*
*/
#ifndef _RUNSTART_H_
#define _RUNSTART_H_
struct MsgPort * mkDevice(char * devname, int namelen);
void delDevice(void);
#endif /* _RUNSTART_H_ */