diff --git a/lib/dns/gen-win32.h b/lib/dns/gen-win32.h index 2243b1e02b..385ca7dbbc 100644 --- a/lib/dns/gen-win32.h +++ b/lib/dns/gen-win32.h @@ -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 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. */