summaryrefslogtreecommitdiffstats
path: root/src/rpc.h
blob: 08e08cdef4dd8dca73838d4482cc93d5fb986802 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _RPC_H__
#define _RPC_H__

int rpcOpen();

void rpcHandle( int listenFd );

void rpcWait( int listenFd, int seconds );

#endif