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); void bb_sanitize_stdio(void); -// TODO: always error out? -enum { BB_GETOPT_ERROR = 0x80000000 }; extern const char *opt_complementary; #if ENABLE_GETOPT_LONG extern const struct option *applet_long_options; |