diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
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); | |||
588 | void bb_sanitize_stdio(void); | 588 | void bb_sanitize_stdio(void); |
589 | 589 | ||
590 | 590 | ||
591 | // TODO: always error out? | ||
592 | enum { BB_GETOPT_ERROR = 0x80000000 }; | ||
593 | extern const char *opt_complementary; | 591 | extern const char *opt_complementary; |
594 | #if ENABLE_GETOPT_LONG | 592 | #if ENABLE_GETOPT_LONG |
595 | extern const struct option *applet_long_options; | 593 | extern const struct option *applet_long_options; |