Deleted Added
full compact
rpc_util.h (149695) rpc_util.h (149709)
1/*
1/*
2 * $FreeBSD: head/usr.bin/rpcgen/rpc_util.h 149695 2005-09-01 19:16:25Z stefanf $
2 * $FreeBSD: head/usr.bin/rpcgen/rpc_util.h 149709 2005-09-02 10:23:26Z stefanf $
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.

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

126/*
127 * All the option flags
128 */
129extern int inetdflag;
130extern int pmflag;
131extern int tblflag;
132extern int logflag;
133extern int newstyle;
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.

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

126/*
127 * All the option flags
128 */
129extern int inetdflag;
130extern int pmflag;
131extern int tblflag;
132extern int logflag;
133extern int newstyle;
134extern int Cflag; /* ANSI-C/C++ flag */
135extern int CCflag; /* C++ flag */
136extern int tirpcflag; /* flag for generating tirpc code */
137extern int inline_size; /* if this is 0, then do not generate inline code */
138extern int mtflag;
139
140/*
141 * Other flags related with inetd jumpstart.
142 */

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

188 */
189void emit(definition *def);
190
191/*
192 * rpc_hout routines
193 */
194void print_datadef(definition *def, int headeronly);
195void print_funcdef(definition *def, int headeronly);
134extern int CCflag; /* C++ flag */
135extern int tirpcflag; /* flag for generating tirpc code */
136extern int inline_size; /* if this is 0, then do not generate inline code */
137extern int mtflag;
138
139/*
140 * Other flags related with inetd jumpstart.
141 */

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

187 */
188void emit(definition *def);
189
190/*
191 * rpc_hout routines
192 */
193void print_datadef(definition *def, int headeronly);
194void print_funcdef(definition *def, int headeronly);
196void print_xdr_func_def(char* name, int pointerp, int i);
195void print_xdr_func_def(char* name, int pointerp);
197
198/*
199 * rpc_svcout routines
200 */
201void write_most(char *infile, int netflag, int nomain);
202void write_rest(void);
203void write_programs(char *storage);
204void write_svc_aux(int nomain);

--- 13 unchanged lines hidden ---
196
197/*
198 * rpc_svcout routines
199 */
200void write_most(char *infile, int netflag, int nomain);
201void write_rest(void);
202void write_programs(char *storage);
203void write_svc_aux(int nomain);

--- 13 unchanged lines hidden ---