]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/regex.h
ABI: Symbol renames for libucw and libcharset
[libucw.git] / ucw / regex.h
index 584d70cc2f0a20c5fdab5b366944b1b8d4923312..885b6c40afca11ddeaa0493ab2f4094ed5156a70 100644 (file)
 #ifndef _UCW_REGEX_H
 #define _UCW_REGEX_H
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define rx_compile ucw_rx_compile
+#define rx_free ucw_rx_free
+#define rx_match ucw_rx_match
+#define rx_subst ucw_rx_subst
+#endif
+
 typedef struct regex regex;
 
 regex *rx_compile(const char *r, int icase);