From ec4f2e859f93073bd91934e3d5392ed5ea56ca1b Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 9 Jul 2001 21:27:45 +0000 Subject: [PATCH] 80 columns --- lib/dns/gen-win32.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. */