xref: /csrg-svn/lib/libtelnet/misc.h (revision 61388)
146806Sdab /*-
2*61388Sbostic  * Copyright (c) 1991, 1993
3*61388Sbostic  *	The Regents of the University of California.  All rights reserved.
446806Sdab  *
546806Sdab  * %sccs.include.redist.c%
646806Sdab  *
7*61388Sbostic  *	@(#)misc.h	8.1 (Berkeley) 06/04/93
846806Sdab  */
946806Sdab 
1046806Sdab extern char *UserNameRequested;
1146806Sdab extern char *LocalHostName;
1246806Sdab extern char *RemoteHostName;
1346806Sdab extern int ConnectedCount;
1446806Sdab extern int ReservedPort;
1546806Sdab 
1646806Sdab #include "misc-proto.h"
17