aboutsummaryrefslogtreecommitdiff
path: root/src/include/gssrpc/netdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gssrpc/netdb.h')
-rw-r--r--src/include/gssrpc/netdb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gssrpc/netdb.h b/src/include/gssrpc/netdb.h
index f933fbb..2f62edf 100644
--- a/src/include/gssrpc/netdb.h
+++ b/src/include/gssrpc/netdb.h
@@ -53,6 +53,8 @@ struct rpcent {
};
#endif /*STRUCT_RPCENT_IN_RPC_NETDB_H*/
-struct rpcent *getrpcbyname(), *getrpcbynumber(), *getrpcent();
+struct rpcent *getrpcbyname(const char *name);
+struct rpcent *getrpcbynumber(int number);
+struct rpcent *getrpcent(void);
#endif