aboutsummaryrefslogtreecommitdiff
path: root/src/lib/rpc/getrpcent.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/rpc/getrpcent.c')
-rw-r--r--src/lib/rpc/getrpcent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/rpc/getrpcent.c b/src/lib/rpc/getrpcent.c
index ad6793f..b3d94bc 100644
--- a/src/lib/rpc/getrpcent.c
+++ b/src/lib/rpc/getrpcent.c
@@ -56,10 +56,10 @@ struct rpcdata {
char line[BUFSIZ+1];
char *domain;
} *rpcdata;
-static struct rpcdata *get_rpcdata();
+static struct rpcdata *get_rpcdata(void);
-static struct rpcent *interpret();
-struct hostent *gethostent();
+static struct rpcent *interpret(void);
+struct hostent *gethostent(void);
static char RPCDB[] = "/etc/rpc";