From adaffb5b0cbf75a86fd203bdb2264de2b3a29435 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Mon, 29 Mar 2010 10:56:19 +0200 Subject: add process_escape_sequence function Signed-off-by: Sascha Hauer --- include/libbb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/libbb.h b/include/libbb.h index 735ed21264..4151230c67 100644 --- a/include/libbb.h +++ b/include/libbb.h @@ -28,4 +28,6 @@ char * safe_strncpy(char *dst, const char *src, size_t size); int copy_file(const char *src, const char *dst); +int process_escape_sequence(const char *source, char *dest, int destlen); + #endif /* __LIBBB_H */ -- cgit v1.2.3