X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=maint%2Flibucw.abi;h=d04422639f6abb87552958bd5d0b7b78ff2d1c7e;hb=0ab670aef22cf24695b5e31f999f762443dc9260;hp=cd462cc205386d9e00dd5582f616e176e0aba85e;hpb=5898445832365d98f56e3fe2f474046f0426cb26;p=libucw.git diff --git a/maint/libucw.abi b/maint/libucw.abi index cd462cc2..d0442263 100644 --- a/maint/libucw.abi +++ b/maint/libucw.abi @@ -95,6 +95,8 @@ crc32_hash_buffer daemon_init daemon_run daemon_exit +daemon_resolve_ugid +daemon_switch_ugid daemon_control # ucw/eltpool.h ep_new @@ -138,6 +140,9 @@ fbpool_start fbpool_end fbatomic_open fbatomic_internal_write +fbnull_open +fbnull_start +fbnull_test fbmulti_create fbmulti_append fbmulti_remove @@ -250,6 +255,7 @@ log_init log_fork log_file assert_failed +assert_failed_msg assert_failed_noinfo xmalloc xrealloc @@ -292,6 +298,7 @@ log_set_format log_stream_by_flags log_set_default_stream log_close_all +log_pass_filtered log_new_file log_new_fd log_switch_disable @@ -358,6 +365,7 @@ mp_delete mp_flush mp_stats mp_total_size +mp_shrink mp_alloc_internal mp_alloc mp_alloc_noalign @@ -380,8 +388,8 @@ mp_strjoin mp_str_from_mem mp_printf mp_vprintf -mp_printf_append -mp_vprintf_append +mp_append_printf +mp_append_vprintf # ucw/opt-internal.h opt_precompute # ucw/opt.h @@ -489,7 +497,49 @@ str_hier_prefix str_hier_suffix # ucw/strtonum.h str_to_uintmax +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 +table_start +table_end +table_col_str +table_col_generic_format +table_col_printf +table_col_fbstart +table_col_fbend +table_end_row +table_reset_row +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_set_formatter +table_set_option_value +table_set_option +table_set_gary_options +table_fmt_human_readable +table_fmt_machine_readable +table_fmt_blockline +table_col_int +table_col_uint +table_col_double +table_col_str +table_col_intmax +table_col_s64 +table_col_uintmax +table_col_u64 +table_col_bool # ucw/tbf.h tbf_init tbf_limit @@ -553,6 +603,19 @@ work_queue_cleanup work_submit work_wait work_try_wait +# ucw/xtypes.h +xtype_unit_parser +xtype_parse_fmt +xtype_format_fmt +xt_str +xt_int +xt_s64 +xt_intmax +xt_uint +xt_u64 +xt_uintmax +xt_bool +xt_double # ucw/sorter/common.h sorter_trace sorter_trace_array