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 affff5874..a32608ebd 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -1322,7 +1322,7 @@ 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 *arg IF_FEATURE_SH_STANDALONE(, int offset)) FAST_FUNC; | 1325 | int find_script_by_name(const char *name) FAST_FUNC; |
1326 | char *get_script_content(unsigned n) FAST_FUNC; | 1326 | char *get_script_content(unsigned n) FAST_FUNC; |
1327 | 1327 | ||
1328 | /* Applets which are useful from another applets */ | 1328 | /* Applets which are useful from another applets */ |