summaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a8b9b5bcf..b8ec83927 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -588,8 +588,6 @@ void bb_daemonize_or_rexec(int flags, char **argv);
588void bb_sanitize_stdio(void); 588void bb_sanitize_stdio(void);
589 589
590 590
591// TODO: always error out?
592enum { BB_GETOPT_ERROR = 0x80000000 };
593extern const char *opt_complementary; 591extern const char *opt_complementary;
594#if ENABLE_GETOPT_LONG 592#if ENABLE_GETOPT_LONG
595extern const struct option *applet_long_options; 593extern const struct option *applet_long_options;