minix/commands/talkd/net.h

6 lines
247 B
C
Raw Normal View History

2005-04-21 16:53:53 +02:00
/* 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));