diff options
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 2 |
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 */ |
1325 | int find_script_by_name(const char *name) FAST_FUNC; | ||
1326 | char *get_script_content(unsigned n) FAST_FUNC; | 1325 | char *get_script_content(unsigned n) FAST_FUNC; |
1326 | int scripted_main(int argc, char** argv); | ||
1327 | 1327 | ||
1328 | /* Applets which are useful from another applets */ | 1328 | /* Applets which are useful from another applets */ |
1329 | int bb_cat(char** argv) FAST_FUNC; | 1329 | int bb_cat(char** argv) FAST_FUNC; |