From 655cb1b8222b0a587bbdd5c1357d55682332c665 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 9 Apr 2024 15:11:53 +0200 Subject: Adding upstream version 5.5.21. Signed-off-by: Daniel Baumann --- simple_recode.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 simple_recode.h (limited to 'simple_recode.h') diff --git a/simple_recode.h b/simple_recode.h new file mode 100644 index 0000000..5fc95b0 --- /dev/null +++ b/simple_recode.h @@ -0,0 +1,14 @@ +#ifndef SIMPLE_RECODE_H +#define SIMPLE_RECODE_H + +#include +#include + +extern iconv_t simple_recode_iconv_handle; +extern const char *simple_recode_input_charset; + +char *simple_recode(const iconv_t handle, const char *str); +int recode_fputs(const char *s, FILE* stream); +void simple_recode_iconv_close(void); + +#endif -- cgit v1.2.3