4.4BSD snapshot (revision 8.1)
[unix-history] / usr / src / lib / libtelnet / misc.h
CommitLineData
b0f6beea
DB
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) %G%
8 */
9
10extern char *UserNameRequested;
11extern char *LocalHostName;
12extern char *RemoteHostName;
13extern int ConnectedCount;
14extern int ReservedPort;
15
16#include "misc-proto.h"