/*- * Copyright (c) 1991 The Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% * * @(#)misc.h 5.1 (Berkeley) 02/28/91 */ extern char *UserNameRequested; extern char *LocalHostName; extern char *RemoteHostName; extern int ConnectedCount; extern int ReservedPort; #include "misc-proto.h"