Deleted Added
full compact
rpc_com.h (93032) rpc_com.h (109359)
1/* $NetBSD: rpc_com.h,v 1.3 2000/12/10 04:10:08 christos Exp $ */
1/* $NetBSD: rpc_com.h,v 1.3 2000/12/10 04:10:08 christos Exp $ */
2/* $FreeBSD: head/include/rpc/rpc_com.h 93032 2002-03-23 17:24:55Z imp $ */
2/* $FreeBSD: head/include/rpc/rpc_com.h 109359 2003-01-16 07:13:51Z mbr $ */
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user.

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

69int __rpc_sockinfo2netid(struct __rpc_sockinfo *, const char **);
70int __rpc_seman2socktype(int);
71int __rpc_socktype2seman(int);
72void *rpc_nullproc(CLIENT *);
73int __rpc_sockisbound(int);
74
75struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
76 const char *, CLIENT **);
3
4/*
5 * Sun RPC is a product of Sun Microsystems, Inc. and is provided for
6 * unrestricted use provided that this legend is included on all tape
7 * media and as a part of the software program in whole or part. Users
8 * may copy or modify Sun RPC without charge, but are not authorized
9 * to license or distribute it to anyone else except as part of a product or
10 * program developed by the user.

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

69int __rpc_sockinfo2netid(struct __rpc_sockinfo *, const char **);
70int __rpc_seman2socktype(int);
71int __rpc_socktype2seman(int);
72void *rpc_nullproc(CLIENT *);
73int __rpc_sockisbound(int);
74
75struct netbuf *__rpcb_findaddr(rpcprog_t, rpcvers_t, const struct netconfig *,
76 const char *, CLIENT **);
77bool_t __rpc_control(int,void *);
77bool_t rpc_control(int,void *);
78
79char *_get_next_token(char *, int);
80
81__END_DECLS
82
83#endif /* _RPC_RPCCOM_H */
78
79char *_get_next_token(char *, int);
80
81__END_DECLS
82
83#endif /* _RPC_RPCCOM_H */