aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/getopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src/getopt.h')
-rw-r--r--lib-src/getopt.h6
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
140extern int getopt_long (int __argc, char *const *__argv, const char *__shortopts, 140extern 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);
142extern int getopt_long_only (int __argc, char *const *__argv, 142extern 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. */
147extern int _getopt_internal (int __argc, char *const *__argv, 147extern 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);