diff lib-src/getopt.h @ 31132:82bf642db65e

fix line endings
author Andrew Innes <andrewi@gnu.org>
date Wed, 23 Aug 2000 21:41:37 +0000
parents 134b57acef68
children dfb045958eeb
line wrap: on
line diff
--- a/lib-src/getopt.h	Wed Aug 23 14:19:27 2000 +0000
+++ b/lib-src/getopt.h	Wed Aug 23 21:41:37 2000 +0000
@@ -137,14 +137,14 @@
 # endif /* __GNU_LIBRARY__ */
 
 # ifndef __need_getopt
-extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts,
+extern int getopt_long (int argc, char *const *argv, const char *__shortopts,
 		        const struct option *__longopts, int *__longind);
-extern int getopt_long_only (int __argc, char *const *__argv,
+extern int getopt_long_only (int argc, char *const *argv,
 			     const char *__shortopts,
 		             const struct option *__longopts, int *__longind);
 
 /* Internal only.  Users should not call this directly.  */
-extern int _getopt_internal (int __argc, char *const *__argv,
+extern int _getopt_internal (int argc, char *const *argv,
 			     const char *__shortopts,
 		             const struct option *__longopts, int *__longind,
 			     int __long_only);