aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
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 99bbf623b..8748464ed 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1550,6 +1550,7 @@ int test_main(int argc, char **argv)
1550 MAIN_EXTERNALLY_VISIBLE 1550 MAIN_EXTERNALLY_VISIBLE
1551#endif 1551#endif
1552; 1552;
1553int FAST_FUNC test_main2(struct cached_groupinfo *pgroupinfo, int argc, char **argv);
1553int kill_main(int argc, char **argv) 1554int kill_main(int argc, char **argv)
1554#if ENABLE_KILL || ENABLE_KILLALL || ENABLE_KILLALL5 1555#if ENABLE_KILL || ENABLE_KILLALL || ENABLE_KILLALL5
1555 MAIN_EXTERNALLY_VISIBLE 1556 MAIN_EXTERNALLY_VISIBLE