/* begincopyright Copyright (c) 1988 Xerox Corporation. All rights reserved. Use and copying of this software and preparation of derivative works based upon this software are permitted. Any distribution of this software or derivative works must comply with all applicable United States export control laws. This software is made available AS IS, and Xerox Corporation makes no warranty about the software, its performance or its conformity to any specification. Any person obtaining a copy of this software is requested to send their name and post office or electronic mail address to: PCR Coordinator Xerox PARC 3333 Coyote Hill Rd. Palo Alto, CA 94304 endcopyright */ /* * PCR←Exec.h * * CHauser, August 31, 1993 * $Id$ $Date$ * * Private definitions for PCR←Exec * */ #ifndef ←←PCR←ExecPvt←h #define ←←PCR←ExecPvt←h 1 #include <netinet/in.h> void PCR←ExecPvt←InitClient( int *initKey, struct sockaddr←in *initServerAddr ); void PCR←ExecCmds←Run(); #endif /* ←←PCR←ExecPvt←h */