summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/include/rpc/rpc_msg.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:40:52 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 05:40:52 +0000
commit9f4040a13b1849539679f71183c4118f015b6412 (patch)
tree60c8d671d8cf5b127a99904e28e2ccbca514ff26 /cpukit/librpc/include/rpc/rpc_msg.h
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9f4040a13b1849539679f71183c4118f015b6412.tar.bz2
Eliminate __P().
Diffstat (limited to 'cpukit/librpc/include/rpc/rpc_msg.h')
-rw-r--r--cpukit/librpc/include/rpc/rpc_msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/librpc/include/rpc/rpc_msg.h b/cpukit/librpc/include/rpc/rpc_msg.h
index 733a5e2892..311d4f6863 100644
--- a/cpukit/librpc/include/rpc/rpc_msg.h
+++ b/cpukit/librpc/include/rpc/rpc_msg.h
@@ -185,7 +185,7 @@ extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
* XDR *xdrs;
* struct rpc_msg *rmsg;
*/
-extern bool_t xdr_replymsg __P((XDR *, struct rpc_msg *));
+extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
/*
* Fills in the error part of a reply message.