2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

80 columns

This commit is contained in:
Andreas Gustafsson 2001-07-09 21:27:45 +00:00
parent fd025fbe86
commit ec4f2e859f

View File

@ -48,7 +48,7 @@
* SUCH DAMAGE.
*/
/* $Id: gen-win32.h,v 1.9 2001/07/06 02:57:40 mayer Exp $ */
/* $Id: gen-win32.h,v 1.10 2001/07/09 21:27:45 gson Exp $ */
/*
* Principal Authors: Computer Systems Research Group at UC Berkeley
@ -86,10 +86,10 @@
#include <isc/lang.h>
LIBISC_EXTERNAL_DATA int isc_commandline_index; /* Index into parent argv vector. */
LIBISC_EXTERNAL_DATA int isc_commandline_option; /* Character checked for validity. */
LIBISC_EXTERNAL_DATA int isc_commandline_option; /* Character checked for validity. */
LIBISC_EXTERNAL_DATA char *isc_commandline_argument; /* Argument associated with option. */
LIBISC_EXTERNAL_DATA char *isc_commandline_progname; /* For printing error messages. */
LIBISC_EXTERNAL_DATA char *isc_commandline_argument; /* Argument associated with option. */
LIBISC_EXTERNAL_DATA char *isc_commandline_progname; /* For printing error messages. */
LIBISC_EXTERNAL_DATA isc_boolean_t isc_commandline_errprint; /* Print error messages. */
LIBISC_EXTERNAL_DATA isc_boolean_t isc_commandline_reset; /* Reset processing. */