]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/simple-lists.h
Merge branch 'master' into dev-opt
[libucw.git] / ucw / simple-lists.h
index 64b819013bba01fb8c64a086357118f9c448c09d..f816fb4ab2106ff8efca13705a3fd7bd92834825 100644 (file)
 #ifndef _UCW_SIMPLE_LISTS_H
 #define _UCW_SIMPLE_LISTS_H
 
 #ifndef _UCW_SIMPLE_LISTS_H
 #define _UCW_SIMPLE_LISTS_H
 
-#include "ucw/clists.h"
+#include <ucw/clists.h>
+
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define cf_2string_list_config ucw_cf_2string_list_config
+#define cf_string_list_config ucw_cf_string_list_config
+#define simp2_append ucw_simp2_append
+#define simp_append ucw_simp_append
+#endif
 
 /***
  * To simplify very common usage of circular linked links, whose nodes can hold only one or two trivial values,
 
 /***
  * To simplify very common usage of circular linked links, whose nodes can hold only one or two trivial values,