source: trunk/minix/commands/talkd/net.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 247 bytes
Line 
1/* net.h Copyright Michael Temari 07/22/1996 All Rights Reserved */
2
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));
Note: See TracBrowser for help on using the repository browser.