minix/commands/talkd/net.h
2005-04-21 14:53:53 +00:00

6 lines
247 B
C
Executable file

/* net.h Copyright Michael Temari 07/22/1996 All Rights Reserved */
_PROTOTYPE(int NetInit, (void));
_PROTOTYPE(int getrequest, (struct talk_request *request));
_PROTOTYPE(int sendreply, (struct talk_request *request, struct talk_reply *reply));