diff options
Diffstat (limited to 'rpc/rpc-lib/src/rpc-clnt-ping.h')
| -rw-r--r-- | rpc/rpc-lib/src/rpc-clnt-ping.h | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt-ping.h b/rpc/rpc-lib/src/rpc-clnt-ping.h index d92e5054190..fcbac6f9e21 100644 --- a/rpc/rpc-lib/src/rpc-clnt-ping.h +++ b/rpc/rpc-lib/src/rpc-clnt-ping.h @@ -8,9 +8,8 @@    cases as published by the Free Software Foundation.  */ -  #define RPC_DEFAULT_PING_TIMEOUT 30  void -rpc_clnt_check_and_start_ping (struct rpc_clnt *rpc_ptr); +rpc_clnt_check_and_start_ping(struct rpc_clnt *rpc_ptr);  int -rpc_clnt_remove_ping_timer_locked (struct rpc_clnt *rpc); +rpc_clnt_remove_ping_timer_locked(struct rpc_clnt *rpc);  | 
