4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / lib / libtelnet / misc.h
/*-
* Copyright (c) 1991 The Regents of the University of California.
* All rights reserved.
*
* %sccs.include.redist.c%
*
* @(#)misc.h 5.1 (Berkeley) %G%
*/
extern char *UserNameRequested;
extern char *LocalHostName;
extern char *RemoteHostName;
extern int ConnectedCount;
extern int ReservedPort;
#include "misc-proto.h"