#ifndef _RPC_H__ #define _RPC_H__ int rpcOpen(); void rpcHandle( int listenFd ); void rpcWait( int listenFd, int seconds ); #endif