aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 105a0b988..a345a8f35 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1145,6 +1145,9 @@ int run_nofork_applet(int applet_no, char **argv) FAST_FUNC;
1145extern int find_applet_by_name(const char *name) FAST_FUNC; 1145extern int find_applet_by_name(const char *name) FAST_FUNC;
1146extern void run_applet_no_and_exit(int a, const char *name, char **argv) NORETURN FAST_FUNC; 1146extern void run_applet_no_and_exit(int a, const char *name, char **argv) NORETURN FAST_FUNC;
1147#endif 1147#endif
1148#if ENABLE_PLATFORM_MINGW32 && ENABLE_FEATURE_SH_NOFORK
1149extern int long_running_applet(int applet_no) FAST_FUNC;
1150#endif
1148 1151
1149/* Helpers for daemonization. 1152/* Helpers for daemonization.
1150 * 1153 *