pci: don't do sanity check for missing pci bus, the check can misfire.
[minix.git] / commands / talk / net.h
blob8d7d725be0fd4361a6bd6eda71863f4d7a2da85f
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));