summaryrefslogtreecommitdiffstats
path: root/cpukit/librpc/src/rpc/rtems_portmapper.c
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 06:25:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-08-01 06:25:15 +0000
commit3c412d9e77095820eb7dbd5094ebe7a78b898bd1 (patch)
tree87be947fa82442ac03951a7c3ab63e70eb52c19e /cpukit/librpc/src/rpc/rtems_portmapper.c
parent2008-08-01 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-3c412d9e77095820eb7dbd5094ebe7a78b898bd1.tar.bz2
Add missing prototypes.
Diffstat (limited to 'cpukit/librpc/src/rpc/rtems_portmapper.c')
-rw-r--r--cpukit/librpc/src/rpc/rtems_portmapper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/librpc/src/rpc/rtems_portmapper.c b/cpukit/librpc/src/rpc/rtems_portmapper.c
index b24b36ba00..dff0ec7cde 100644
--- a/cpukit/librpc/src/rpc/rtems_portmapper.c
+++ b/cpukit/librpc/src/rpc/rtems_portmapper.c
@@ -39,8 +39,8 @@
#include <sys/wait.h>
#include <sys/signal.h>
-static void reg_service();
-static void callit();
+static void reg_service(struct svc_req *rqstp, SVCXPRT *xprt);
+static void callit(struct svc_req *rqstp, SVCXPRT *xprt);
static struct pmaplist *pmaplist;
static int debugging = 0;