diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 409c434cb..c85dab282 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -324,6 +324,7 @@ extern void bb_copyfd_exact_size(int fd1, int fd2, off_t size) FAST_FUNC; | |||
324 | /* this helper yells "short read!" if param is not -1 */ | 324 | /* this helper yells "short read!" if param is not -1 */ |
325 | extern void complain_copyfd_and_die(off_t sz) NORETURN FAST_FUNC; | 325 | extern void complain_copyfd_and_die(off_t sz) NORETURN FAST_FUNC; |
326 | extern char bb_process_escape_sequence(const char **ptr) FAST_FUNC; | 326 | extern char bb_process_escape_sequence(const char **ptr) FAST_FUNC; |
327 | char* strcpy_and_process_escape_sequences(char *dst, const char *src) FAST_FUNC; | ||
327 | /* xxxx_strip version can modify its parameter: | 328 | /* xxxx_strip version can modify its parameter: |
328 | * "/" -> "/" | 329 | * "/" -> "/" |
329 | * "abc" -> "abc" | 330 | * "abc" -> "abc" |