summaryrefslogtreecommitdiffstats
path: root/src/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc.h')
-rw-r--r--src/rpc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc.h b/src/rpc.h
index 9511cd0..7334cc9 100644
--- a/src/rpc.h
+++ b/src/rpc.h
@@ -7,7 +7,7 @@ int rpc_open( void );
void rpc_handle( int listenFd );
-void rpc_wait( int listenFd, int seconds );
+bool rpc_wait( int listenFd, int seconds );
bool rpc_send( const char *data );