minix/commands/talkd/net.h
2009-11-09 10:26:00 +00:00

6 lines
247 B
C

/* 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));