aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index a32608ebd..aa9e9d019 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1322,8 +1322,8 @@ void bb_logenv_override(void) FAST_FUNC;
1322#endif 1322#endif
1323 1323
1324/* Embedded script support */ 1324/* Embedded script support */
1325int find_script_by_name(const char *name) FAST_FUNC;
1326char *get_script_content(unsigned n) FAST_FUNC; 1325char *get_script_content(unsigned n) FAST_FUNC;
1326int scripted_main(int argc, char** argv);
1327 1327
1328/* Applets which are useful from another applets */ 1328/* Applets which are useful from another applets */
1329int bb_cat(char** argv) FAST_FUNC; 1329int bb_cat(char** argv) FAST_FUNC;