#ifndef _RPC_H__ #define _RPC_H__ #include int rpc_open( void ); void rpc_handle( int listenFd ); bool rpc_wait( int listenFd, int seconds ); bool rpc_send( const char *data ); #endif