summaryrefslogtreecommitdiffstats
path: root/src/rpc.h
diff options
context:
space:
mode:
authorSimon Rettberg2019-05-14 14:14:48 +0200
committerSimon Rettberg2019-05-14 14:14:48 +0200
commit6cbc590a92a52a905b149608f63f459f0d785c1d (patch)
tree33305f0ecb19b90d1741e189339df3f20ab49f9d /src/rpc.h
parentEnforce minimum delay for RPC actions if user is active (diff)
downloadidle-daemon-6cbc590a92a52a905b149608f63f459f0d785c1d.tar.gz
idle-daemon-6cbc590a92a52a905b149608f63f459f0d785c1d.tar.xz
idle-daemon-6cbc590a92a52a905b149608f63f459f0d785c1d.zip
f() -> f(void)
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 );