xref: /original-bsd/usr.bin/talk/talk_ctl.h (revision d3640572)
1 /*
2  * Copyright (c) 1983 Regents of the University of California.
3  * All rights reserved.  The Berkeley software License Agreement
4  * specifies the terms and conditions for redistribution.
5  *
6  *	@(#)talk_ctl.h	5.2 (Berkeley) 03/13/86
7  */
8 
9 #include <sys/types.h>
10 #include <protocols/talkd.h>
11 #include <netinet/in.h>
12 #include "talk.h"
13 #include <errno.h>
14 
15 extern	int errno;
16 
17 extern	struct sockaddr_in daemon_addr;
18 extern	struct sockaddr_in ctl_addr;
19 extern	struct sockaddr_in my_addr;
20 extern	struct in_addr my_machine_addr;
21 extern	struct in_addr his_machine_addr;
22 extern	u_short daemon_port;
23 extern	int ctl_sockt;
24 extern	CTL_MSG msg;
25