aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2021-03-01 11:48:04 +0000
committerRon Yorston <rmy@pobox.com>2021-03-01 11:48:04 +0000
commite2e8e16b465d34759678b8170c44ce62c5b74eb0 (patch)
treeabc31e3e2c1d0de089ae5e1e6d37672394757af9 /include/libbb.h
parentb5cd41cdf4e6afd475fe34b755f99578e20b08ca (diff)
parent9b6bcfda0e11c0e73a966a77110f6c68425cff34 (diff)
downloadbusybox-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.h1
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
1262int find_applet_by_name(const char *name) FAST_FUNC; 1262int find_applet_by_name(const char *name) FAST_FUNC;
1263void run_applet_no_and_exit(int a, const char *name, char **argv) NORETURN FAST_FUNC; 1263void run_applet_no_and_exit(int a, const char *name, char **argv) NORETURN FAST_FUNC;
1264#endif 1264#endif
1265void show_usage_if_dash_dash_help(int applet_no, char **argv) FAST_FUNC;
1265#if defined(__linux__) 1266#if defined(__linux__)
1266void set_task_comm(const char *comm) FAST_FUNC; 1267void set_task_comm(const char *comm) FAST_FUNC;
1267#else 1268#else