diff options
| author | Andrew Innes | 2000-08-23 21:41:37 +0000 |
|---|---|---|
| committer | Andrew Innes | 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.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 (); | |||
| 137 | # endif /* __GNU_LIBRARY__ */ | 137 | # endif /* __GNU_LIBRARY__ */ |
| 138 | 138 | ||
| 139 | # ifndef __need_getopt | 139 | # ifndef __need_getopt |
| 140 | extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts, | 140 | extern int getopt_long (int argc, char *const *argv, const char *__shortopts, |
| 141 | const struct option *__longopts, int *__longind); | 141 | const struct option *__longopts, int *__longind); |
| 142 | extern int getopt_long_only (int __argc, char *const *__argv, | 142 | extern int getopt_long_only (int argc, char *const *argv, |
| 143 | const char *__shortopts, | 143 | const char *__shortopts, |
| 144 | const struct option *__longopts, int *__longind); | 144 | const struct option *__longopts, int *__longind); |
| 145 | 145 | ||
| 146 | /* Internal only. Users should not call this directly. */ | 146 | /* Internal only. Users should not call this directly. */ |
| 147 | extern int _getopt_internal (int __argc, char *const *__argv, | 147 | extern int _getopt_internal (int argc, char *const *argv, |
| 148 | const char *__shortopts, | 148 | const char *__shortopts, |
| 149 | const struct option *__longopts, int *__longind, | 149 | const struct option *__longopts, int *__longind, |
| 150 | int __long_only); | 150 | int __long_only); |