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