summaryrefslogtreecommitdiffstats
path: root/src/rpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc.h')
-rw-r--r--src/rpc.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/rpc.h b/src/rpc.h
new file mode 100644
index 0000000..08e08cd
--- /dev/null
+++ b/src/rpc.h
@@ -0,0 +1,10 @@
+#ifndef _RPC_H__
+#define _RPC_H__
+
+int rpcOpen();
+
+void rpcHandle( int listenFd );
+
+void rpcWait( int listenFd, int seconds );
+
+#endif