pmap_clnt.h (71d9c7815e7a209829578ebc30b63f6e0c64fcf2) | pmap_clnt.h (70de0abf48ea2d832e3445406155b521792b6d13) |
---|---|
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: @(#)pmap_clnt.h 1.11 88/02/08 SMI 30 * from: @(#)pmap_clnt.h 2.1 88/07/29 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: @(#)pmap_clnt.h 1.11 88/02/08 SMI 30 * from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC |
31 * $Id: pmap_clnt.h,v 1.3 1995/05/30 04:55:16 rgrimes Exp $ | 31 * $Id: pmap_clnt.h,v 1.4 1996/01/30 23:31:59 mpp Exp $ |
32 */ 33 34/* 35 * pmap_clnt.h 36 * Supplies C routines to get to portmap services. 37 * 38 * Copyright (C) 1984, Sun Microsystems, Inc. 39 */ --- 31 unchanged lines hidden (view full) --- 71extern enum clnt_stat pmap_rmtcall __P((struct sockaddr_in *, 72 u_long, u_long, u_long, 73 xdrproc_t, caddr_t, 74 xdrproc_t, caddr_t, 75 struct timeval, u_long *)); 76extern enum clnt_stat clnt_broadcast __P((u_long, u_long, u_long, 77 xdrproc_t, char *, 78 xdrproc_t, char *, | 32 */ 33 34/* 35 * pmap_clnt.h 36 * Supplies C routines to get to portmap services. 37 * 38 * Copyright (C) 1984, Sun Microsystems, Inc. 39 */ --- 31 unchanged lines hidden (view full) --- 71extern enum clnt_stat pmap_rmtcall __P((struct sockaddr_in *, 72 u_long, u_long, u_long, 73 xdrproc_t, caddr_t, 74 xdrproc_t, caddr_t, 75 struct timeval, u_long *)); 76extern enum clnt_stat clnt_broadcast __P((u_long, u_long, u_long, 77 xdrproc_t, char *, 78 xdrproc_t, char *, |
79 bool_t (*)())); | 79 bool_t (*) __P((caddr_t, 80 struct sockaddr_in *)))); |
80extern u_short pmap_getport __P((struct sockaddr_in *, 81 u_long, u_long, u_int)); 82__END_DECLS 83 84#endif /* !_RPC_PMAPCLNT_H */ | 81extern u_short pmap_getport __P((struct sockaddr_in *, 82 u_long, u_long, u_int)); 83__END_DECLS 84 85#endif /* !_RPC_PMAPCLNT_H */ |