X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fwildmatch.h;h=67bd9236e25e99bfdfb866b798dbcdfc73d03fa5;hb=7bd1bf513e4047f2314807ad3f65c0b4ed383328;hp=6c7b21a7973568a97702f787eac0cc57806c5ae7;hpb=031256ad2e123eec58521f8e3eb9496c197641d2;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;