X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fregex.h;h=885b6c40afca11ddeaa0493ab2f4094ed5156a70;hb=0b7df598070533b746e6162e53f90af764bd8f83;hp=584d70cc2f0a20c5fdab5b366944b1b8d4923312;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/regex.h b/ucw/regex.h index 584d70cc..885b6c40 100644 --- a/ucw/regex.h +++ b/ucw/regex.h @@ -11,6 +11,13 @@ #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);