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 e6fb353..42851ac 100644
--- a/src/rpc.h
+++ b/src/rpc.h
@@ -3,7 +3,7 @@
#include <stdbool.h>
-int rpcOpen();
+int rpcOpen( void );
void rpcHandle( int listenFd );