summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpc/svc.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-25 13:56:50 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-25 13:56:50 +0000
commitc11cb9a5a967cb61dcf57136a7576abc07c98589 (patch)
treec6cc763733b52e13db42297c5d97b868d8b3e2fa /cpukit/librpc/include/rpc/svc.h
parent2005-05-25 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c11cb9a5a967cb61dcf57136a7576abc07c98589.tar.bz2
More updates from FreeBSD.
Diffstat (limited to 'cpukit/librpc/include/rpc/svc.h')
-rw-r--r--cpukit/librpc/include/rpc/svc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/librpc/include/rpc/svc.h b/cpukit/librpc/include/rpc/svc.h
index 33952f5c33..837dea9cd3 100644
--- a/cpukit/librpc/include/rpc/svc.h
+++ b/cpukit/librpc/include/rpc/svc.h
@@ -199,11 +199,11 @@ __END_DECLS
*/
__BEGIN_DECLS
-extern bool_t svc_sendreply(SVCXPRT *, xdrproc_t, char *);
+extern bool_t svc_sendreply(SVCXPRT *, xdrproc_t, void *);
extern void svcerr_decode(SVCXPRT *);
extern void svcerr_weakauth(SVCXPRT *);
extern void svcerr_noproc(SVCXPRT *);
-extern void svcerr_progvers(SVCXPRT *, u_long, u_long);
+extern void svcerr_progvers(SVCXPRT *, rpcvers_t, rpcvers_t);
extern void svcerr_auth(SVCXPRT *, enum auth_stat);
extern void svcerr_noprog(SVCXPRT *);
extern void svcerr_systemerr(SVCXPRT *);