source: trunk/minix/commands/talk/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: 515 bytes
RevLine 
[9]1/* net.h Copyright Michael Temari 08/01/1996 All Rights Reserved */
2
3extern char luser[], ruser[];
4extern char lhost[], rhost[];
5extern char ltty[], rtty[];
6extern udpport_t ctlport;
7extern tcpport_t dataport;
8extern ipaddr_t laddr, raddr;
9extern int tcp_fd;
10
11_PROTOTYPE(int NetInit, (void));
12_PROTOTYPE(int getreply, (struct talk_reply *reply, int timeout));
13_PROTOTYPE(int sendrequest, (struct talk_request *request, int here));
14_PROTOTYPE(int NetConnect, (U16_t port));
15_PROTOTYPE(int NetListen, (int timeout));
Note: See TracBrowser for help on using the repository browser.