]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/table-types.h
tableprinter&xtypes: update of ABI
[libucw.git] / ucw / table-types.h
index 004a237bf6cf02b001744def143e2a6d0323e3a1..ab7d3f58ad5da8bf1f838741cdedd8731e570a6f 100644 (file)
@@ -9,6 +9,13 @@
 
 #include <ucw/table.h>
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define table_col_size ucw_table_col_size
+#define table_col_timestamp ucw_table_col_timestamp
+#define xt_size ucw_xt_size
+#define xt_timestamp ucw_xt_timestamp
+#endif
+
 enum size_units {
   SIZE_UNIT_BYTE,
   SIZE_UNIT_KILOBYTE,