X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Fwildmatch.h;h=67bd9236e25e99bfdfb866b798dbcdfc73d03fa5;hb=44255962ee197743a9c3e867cb7fdf17ae1678b3;hp=6c7b21a7973568a97702f787eac0cc57806c5ae7;hpb=a4fe009d3366b0a3e119713b0ecc7fc0070efdfa;p=libucw.git diff --git a/ucw/wildmatch.h b/ucw/wildmatch.h index 6c7b21a7..67bd9236 100644 --- a/ucw/wildmatch.h +++ b/ucw/wildmatch.h @@ -7,6 +7,12 @@ * of the GNU Lesser General Public License. */ +#ifdef CONFIG_UCW_CLEAN_ABI +#define wp_compile ucw_wp_compile +#define wp_match ucw_wp_match +#define wp_min_size ucw_wp_min_size +#endif + struct wildpatt; struct mempool;