Deleted Added
full compact
rpc.h (55918) rpc.h (56629)
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 14 unchanged lines hidden (view full) ---

23 * Sun has been advised of the possibility of such damages.
24 *
25 * Sun Microsystems, Inc.
26 * 2550 Garcia Avenue
27 * Mountain View, California 94043
28 *
29 * from: @(#)rpc.h 1.9 88/02/08 SMI
30 * from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
1/*
2 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
3 * unrestricted use provided that this legend is included on all tape
4 * media and as a part of the software program in whole or part. Users
5 * may copy or modify Sun RPC without charge, but are not authorized
6 * to license or distribute it to anyone else except as part of a product or
7 * program developed by the user.
8 *

--- 14 unchanged lines hidden (view full) ---

23 * Sun has been advised of the possibility of such damages.
24 *
25 * Sun Microsystems, Inc.
26 * 2550 Garcia Avenue
27 * Mountain View, California 94043
28 *
29 * from: @(#)rpc.h 1.9 88/02/08 SMI
30 * from: @(#)rpc.h 2.4 89/07/11 4.0 RPCSRC
31 * $FreeBSD: head/include/rpc/rpc.h 55918 2000-01-13 15:09:48Z shin $
31 * $FreeBSD: head/include/rpc/rpc.h 56629 2000-01-26 09:02:42Z shin $
32 */
33
34/*
35 * rpc.h, Just includes the billions of rpc header files necessary to
36 * do remote procedure calling.
37 *
38 * Copyright (C) 1984, Sun Microsystems, Inc.
39 */

--- 42 unchanged lines hidden (view full) ---

82extern struct rpcent *getrpcbyname __P((char *));
83extern struct rpcent *getrpcbynumber __P((int));
84extern struct rpcent *getrpcent __P((void));
85extern int getrpcport __P((char *host, int prognum, int versnum, int proto));
86extern void setrpcent __P((int));
87extern void endrpcent __P((void));
88
89extern int bindresvport __P((int, struct sockaddr_in *));
32 */
33
34/*
35 * rpc.h, Just includes the billions of rpc header files necessary to
36 * do remote procedure calling.
37 *
38 * Copyright (C) 1984, Sun Microsystems, Inc.
39 */

--- 42 unchanged lines hidden (view full) ---

82extern struct rpcent *getrpcbyname __P((char *));
83extern struct rpcent *getrpcbynumber __P((int));
84extern struct rpcent *getrpcent __P((void));
85extern int getrpcport __P((char *host, int prognum, int versnum, int proto));
86extern void setrpcent __P((int));
87extern void endrpcent __P((void));
88
89extern int bindresvport __P((int, struct sockaddr_in *));
90extern int bindresvport2 __P((int, struct sockaddr *, int addrlen));
90extern int bindresvport_sa __P((int, struct sockaddr *));
91extern int get_myaddress __P((struct sockaddr_in *));
92__END_DECLS
93
94#endif /* !_RPC_RPC_H */
91extern int get_myaddress __P((struct sockaddr_in *));
92__END_DECLS
93
94#endif /* !_RPC_RPC_H */