summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/krpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/nfsclient/krpc.h')
-rw-r--r--sys/nfsclient/krpc.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/nfsclient/krpc.h b/sys/nfsclient/krpc.h
index b6136e3..44b84e0 100644
--- a/sys/nfsclient/krpc.h
+++ b/sys/nfsclient/krpc.h
@@ -8,14 +8,14 @@ struct thread;
struct sockaddr;
struct sockaddr_in;
-int krpc_call __P((struct sockaddr_in *_sin,
+int krpc_call(struct sockaddr_in *_sin,
u_int prog, u_int vers, u_int func,
- struct mbuf **data, struct sockaddr **from, struct thread *td));
+ struct mbuf **data, struct sockaddr **from, struct thread *td);
-int krpc_portmap __P((struct sockaddr_in *_sin,
- u_int prog, u_int vers, u_int16_t *portp,struct thread *td));
+int krpc_portmap(struct sockaddr_in *_sin,
+ u_int prog, u_int vers, u_int16_t *portp, struct thread *td);
-struct mbuf *xdr_string_encode __P((char *str, int len));
+struct mbuf *xdr_string_encode(char *str, int len);
/*
* RPC definitions for the portmapper
OpenPOWER on IntegriCloud