diff options
Diffstat (limited to 'include/rpc/rpc.h')
-rw-r--r-- | include/rpc/rpc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/rpc/rpc.h b/include/rpc/rpc.h index 9236e7205..8194ffee3 100644 --- a/include/rpc/rpc.h +++ b/include/rpc/rpc.h @@ -105,6 +105,9 @@ extern struct pollfd **__rpc_thread_svc_pollfd (void) extern int *__rpc_thread_svc_max_pollfd (void) __attribute__ ((__const__)); #define svc_max_pollfd (*__rpc_thread_svc_max_pollfd ()) +extern bool_t xdr_accepted_reply (XDR *xdrs, struct accepted_reply *ar); +extern bool_t xdr_rejected_reply (XDR *xdrs, struct rejected_reply *rr); + __END_DECLS #endif /* rpc/rpc.h */ |