xref: /original-bsd/lib/libtelnet/misc.h (revision f91c1509)
1 /*-
2  * Copyright (c) 1991 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)misc.h	5.1 (Berkeley) 02/28/91
8  */
9 
10 extern char *UserNameRequested;
11 extern char *LocalHostName;
12 extern char *RemoteHostName;
13 extern int ConnectedCount;
14 extern int ReservedPort;
15 
16 #include "misc-proto.h"
17