revert to 1.6; we can't break the existing ABI and API
This commit is contained in:
parent
27c585ce51
commit
88a058d32b
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: pmap_clnt.h,v 1.7 1998/02/10 03:52:16 lukem Exp $ */
|
||||
/* $NetBSD: pmap_clnt.h,v 1.8 1998/02/11 22:53:13 lukem Exp $ */
|
||||
|
||||
/*
|
||||
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
|
||||
@ -66,22 +66,21 @@
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
extern bool_t pmap_set __P((u_int32_t, u_int32_t, int,
|
||||
in_port_t));
|
||||
extern bool_t pmap_unset __P((u_int32_t, u_int32_t));
|
||||
extern bool_t pmap_set __P((u_long, u_long, int, int));
|
||||
extern bool_t pmap_unset __P((u_long, u_long));
|
||||
extern struct pmaplist *pmap_getmaps __P((struct sockaddr_in *));
|
||||
extern enum clnt_stat pmap_rmtcall __P((struct sockaddr_in *,
|
||||
u_int32_t, u_int32_t, u_int32_t,
|
||||
xdrproc_t, caddr_t,
|
||||
xdrproc_t, caddr_t,
|
||||
struct timeval, u_int32_t *));
|
||||
extern enum clnt_stat clnt_broadcast __P((u_int32_t, u_int32_t, u_int32_t,
|
||||
u_long, u_long, u_long,
|
||||
xdrproc_t, caddr_t,
|
||||
xdrproc_t, caddr_t,
|
||||
struct timeval, u_long *));
|
||||
extern enum clnt_stat clnt_broadcast __P((u_long, u_long, u_long,
|
||||
xdrproc_t, char *,
|
||||
xdrproc_t, char *,
|
||||
bool_t (*) __P((caddr_t,
|
||||
struct sockaddr_in *))));
|
||||
extern in_port_t pmap_getport __P((struct sockaddr_in *,
|
||||
u_int32_t, u_int32_t, u_int));
|
||||
extern u_short pmap_getport __P((struct sockaddr_in *,
|
||||
u_long, u_long, u_int));
|
||||
__END_DECLS
|
||||
|
||||
#endif /* !_RPC_PMAP_CLNT_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user