diff options
author | Ron Yorston <rmy@pobox.com> | 2021-03-01 11:48:04 +0000 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-03-01 11:48:04 +0000 |
commit | e2e8e16b465d34759678b8170c44ce62c5b74eb0 (patch) | |
tree | abc31e3e2c1d0de089ae5e1e6d37672394757af9 /include/libbb.h | |
parent | b5cd41cdf4e6afd475fe34b755f99578e20b08ca (diff) | |
parent | 9b6bcfda0e11c0e73a966a77110f6c68425cff34 (diff) | |
download | busybox-w32-e2e8e16b465d34759678b8170c44ce62c5b74eb0.tar.gz busybox-w32-e2e8e16b465d34759678b8170c44ce62c5b74eb0.tar.bz2 busybox-w32-e2e8e16b465d34759678b8170c44ce62c5b74eb0.zip |
Merge branch 'busybox' into merge
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 5e1d1fc5b..63e99cfe2 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1262,6 +1262,7 @@ void run_noexec_applet_and_exit(int a, const char *name, char **argv) NORETURN F | |||
1262 | int find_applet_by_name(const char *name) FAST_FUNC; | 1262 | int find_applet_by_name(const char *name) FAST_FUNC; |
1263 | void run_applet_no_and_exit(int a, const char *name, char **argv) NORETURN FAST_FUNC; | 1263 | void run_applet_no_and_exit(int a, const char *name, char **argv) NORETURN FAST_FUNC; |
1264 | #endif | 1264 | #endif |
1265 | void show_usage_if_dash_dash_help(int applet_no, char **argv) FAST_FUNC; | ||
1265 | #if defined(__linux__) | 1266 | #if defined(__linux__) |
1266 | void set_task_comm(const char *comm) FAST_FUNC; | 1267 | void set_task_comm(const char *comm) FAST_FUNC; |
1267 | #else | 1268 | #else |