xref: /original-bsd/libexec/telnetd/telnetd.h (revision 3f73ce2f)
1 /*
2  * Copyright (c) 1989 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)telnetd.h	5.2 (Berkeley) 06/01/90
8  */
9 
10 
11 #include "defs.h"
12 #include "ext.h"
13 
14 /* other external variables */
15 extern	char **environ;
16 extern	int errno;
17 
18