aboutsummaryrefslogtreecommitdiff
path: root/include/rpc/nettype.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rpc/nettype.h')
-rw-r--r--include/rpc/nettype.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/rpc/nettype.h b/include/rpc/nettype.h
index f53c445d6ee3..5e26268a68da 100644
--- a/include/rpc/nettype.h
+++ b/include/rpc/nettype.h
@@ -55,10 +55,10 @@
#define _RPC_UDP 8
__BEGIN_DECLS
-extern void *__rpc_setconf __P((const char *));
-extern void __rpc_endconf __P((void *));
-extern struct netconfig *__rpc_getconf __P((void *));
-extern struct netconfig *__rpc_getconfip __P((const char *));
+extern void *__rpc_setconf(const char *);
+extern void __rpc_endconf(void *);
+extern struct netconfig *__rpc_getconf(void *);
+extern struct netconfig *__rpc_getconfip(const char *);
__END_DECLS
#endif /* !_RPC_NETTYPE_H */