aboutsummaryrefslogtreecommitdiff
path: root/libbb/getopt32.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/getopt32.c')
-rw-r--r--libbb/getopt32.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbb/getopt32.c b/libbb/getopt32.c
index e861d0567..56040e150 100644
--- a/libbb/getopt32.c
+++ b/libbb/getopt32.c
@@ -595,7 +595,7 @@ vgetopt32(char **argv, const char *applet_opts, const char *applet_long_options,
595 return (int32_t)-1; 595 return (int32_t)-1;
596} 596}
597 597
598uint32_t FAST_FUNC 598uint32_t
599getopt32(char **argv, const char *applet_opts, ...) 599getopt32(char **argv, const char *applet_opts, ...)
600{ 600{
601 uint32_t opt; 601 uint32_t opt;
@@ -608,7 +608,7 @@ getopt32(char **argv, const char *applet_opts, ...)
608} 608}
609 609
610#if ENABLE_LONG_OPTS 610#if ENABLE_LONG_OPTS
611uint32_t FAST_FUNC 611uint32_t
612getopt32long(char **argv, const char *applet_opts, const char *longopts, ...) 612getopt32long(char **argv, const char *applet_opts, const char *longopts, ...)
613{ 613{
614 uint32_t opt; 614 uint32_t opt;