diff options
Diffstat (limited to 'lib/libc/rpc/rpc_com.h')
-rw-r--r-- | lib/libc/rpc/rpc_com.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libc/rpc/rpc_com.h b/lib/libc/rpc/rpc_com.h index 1f1fd9e..a7cfd97 100644 --- a/lib/libc/rpc/rpc_com.h +++ b/lib/libc/rpc/rpc_com.h @@ -84,6 +84,11 @@ bool_t __rpc_control(int,void *); char *_get_next_token(char *, int); +bool_t __svc_clean_idle(fd_set *, int, bool_t); +bool_t __xdrrec_setnonblock(XDR *, int); +bool_t __xdrrec_getrec(XDR *, enum xprt_stat *, bool_t); +void __xprt_unregister_unlocked(SVCXPRT *); + SVCXPRT **__svc_xports; int __svc_maxrec; |