From fee87ce93a49392139bedf2b82ab85e9d187da9e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 30 Jul 2014 14:43:38 +0200 Subject: [PATCH] ABI: Fix function order --- maint/libucw.abi | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/maint/libucw.abi b/maint/libucw.abi index d0442263..e81ac9c0 100644 --- a/maint/libucw.abi +++ b/maint/libucw.abi @@ -501,11 +501,6 @@ str_to_uint str_to_uns str_to_u32 str_to_u64 -# ucw/table-types.h -table_col_size -table_col_timestamp -xt_size -xt_timestamp # ucw/table.h table_init table_cleanup @@ -522,8 +517,8 @@ table_get_col_idx table_set_col_opt table_get_col_list table_set_col_order -table_col_is_printed table_set_col_order_by_name +table_col_is_printed table_set_formatter table_set_option_value table_set_option @@ -604,7 +599,6 @@ work_submit work_wait work_try_wait # ucw/xtypes.h -xtype_unit_parser xtype_parse_fmt xtype_format_fmt xt_str @@ -616,6 +610,12 @@ xt_u64 xt_uintmax xt_bool xt_double +xtype_unit_parser +# ucw/xtypes-extra.h +table_col_size +table_col_timestamp +xt_size +xt_timestamp # ucw/sorter/common.h sorter_trace sorter_trace_array -- 2.39.2