]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/wildmatch.h
tableprinter: update of xtypes for tableprinter
[libucw.git] / ucw / wildmatch.h
index 6c7b21a7973568a97702f787eac0cc57806c5ae7..67bd9236e25e99bfdfb866b798dbcdfc73d03fa5 100644 (file)
@@ -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;