]> mj.ucw.cz Git - libucw.git/blobdiff - charset/stk-charconv.h
UCW::CGI: Let url_param_escape() encode non-ASCII characters
[libucw.git] / charset / stk-charconv.h
index 154edacfff77ca4898bf374af5da6594ec4db855..71cdbc5149d7c3f99f786f9d6cebbd6ef6b9e1fe 100644 (file)
 #include <charset/charconv.h>
 #include <alloca.h>
 
 #include <charset/charconv.h>
 #include <alloca.h>
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define stk_strconv_init ucw_stk_strconv_init
+#define stk_strconv_step ucw_stk_strconv_step
+#endif
+
 /* The following macros convert strings between given charsets (CONV_CHARSET_x). */
 
 #define stk_strconv(s, cs_in, cs_out) \
 /* The following macros convert strings between given charsets (CONV_CHARSET_x). */
 
 #define stk_strconv(s, cs_in, cs_out) \