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, 2 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h
index 2868eba03..bedf659b7 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -1099,6 +1099,8 @@ const char *get_signame(int number) FAST_FUNC;
1099void print_signames(void) FAST_FUNC; 1099void print_signames(void) FAST_FUNC;
1100 1100
1101char *bb_simplify_path(const char *path) FAST_FUNC; 1101char *bb_simplify_path(const char *path) FAST_FUNC;
1102/* Returns ptr to NUL */
1103char *bb_simplify_abs_path_inplace(char *path) FAST_FUNC;
1102 1104
1103#define FAIL_DELAY 3 1105#define FAIL_DELAY 3
1104extern void bb_do_delay(int seconds) FAST_FUNC; 1106extern void bb_do_delay(int seconds) FAST_FUNC;