more stack for boot
[minix.git] / commands / talk / net.h
blob56358763fb688868142282b2a44c61485f3ae25a
1 /* net.h Copyright Michael Temari 08/01/1996 All Rights Reserved */
3 extern char luser[], ruser[];
4 extern char lhost[], rhost[];
5 extern char ltty[], rtty[];
6 extern udpport_t ctlport;
7 extern tcpport_t dataport;
8 extern ipaddr_t laddr, raddr;
9 extern int tcp_fd;
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));