/*- * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. * * %sccs.include.redist.c% * * @(#)misc.h 8.1 (Berkeley) 06/04/93 */ extern char *UserNameRequested; extern char *LocalHostName; extern char *RemoteHostName; extern int ConnectedCount; extern int ReservedPort; #include "misc-proto.h"