diff options
author | Andrew Innes <andrewi@gnu.org> | 2000-08-23 21:41:37 +0000 |
---|---|---|
committer | Andrew Innes <andrewi@gnu.org> | 2000-08-23 21:41:37 +0000 |
commit | b329cc1549dc482beb010c72cea0d9e782c19dda (patch) | |
tree | f8d74104c3e6916d7ceb91f7489cfcf8f11b29ae /lib-src/getopt.h | |
parent | dbda27d1f9ba40181f52d2e93218b54181d93c5a (diff) | |
download | emacs-b329cc1549dc482beb010c72cea0d9e782c19dda.tar.gz emacs-b329cc1549dc482beb010c72cea0d9e782c19dda.tar.bz2 emacs-b329cc1549dc482beb010c72cea0d9e782c19dda.zip |
fix line endings
Diffstat (limited to 'lib-src/getopt.h')
-rw-r--r-- | lib-src/getopt.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib-src/getopt.h b/lib-src/getopt.h index ac6728f83d4..ba24c14ba44 100644 --- a/lib-src/getopt.h +++ b/lib-src/getopt.h @@ -137,14 +137,14 @@ extern int getopt (); # 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); |