4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 * or http://www.opensolaris.org/os/licensing.
10 * See the License for the specific language governing permissions
11 * and limitations under the License.
13 * When distributing Covered Code, include this CDDL HEADER in each
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 * If applicable, add the following below this CDDL HEADER, with the
16 * fields enclosed by brackets "[]" replaced with your own identifying
17 * information: Portions Copyright [yyyy] [name of copyright owner]
23 * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
24 * Use is subject to license terms.
33 /* The various types of status entry in the info file. */
43 #define REQUESTEXITCODE 10
44 #define CHECKEXITCODE 11
48 #define INSTALL_TYPE 1
52 #define __P(protos) protos
54 #define __P(protos) ()
57 extern void set_dryrun_mode
__P((void));
58 extern int in_dryrun_mode
__P((void));
59 extern void set_continue_mode
__P((void));
60 extern int in_continue_mode
__P((void));
61 extern void init_contfile
__P((char *cn_dir
));
62 extern void init_dryrunfile
__P((char *dr_dir
));
63 extern void set_dr_info
__P((int type
, int value
));
64 extern int cmd_ln_respfile
__P((void));
65 extern int is_a_respfile
__P((void));
66 extern void write_dryrun_file
__P((struct cfextra
**extlist
));
67 extern boolean_t read_continuation
__P((int *error
));
69 #endif /* __DRYRUN_H__ */