]> mj.ucw.cz Git - libucw.git/blobdiff - maint/libucw.abi
xtypes: fixed error in xt_bool parser
[libucw.git] / maint / libucw.abi
index 6519978d7cc8e6d22899e8a970dc2b6726026b25..21141179c98384469ceb7c9dda6bda160fdad2f9 100644 (file)
@@ -1,3 +1,4 @@
+# ucw/alloc.h
 # ucw/asio.h
 asio_init_queue
 asio_cleanup_queue
@@ -94,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
@@ -137,6 +140,9 @@ fbpool_start
 fbpool_end
 fbatomic_open
 fbatomic_internal_write
+fbnull_open
+fbnull_start
+fbnull_test
 fbmulti_create
 fbmulti_append
 fbmulti_remove
@@ -207,12 +213,11 @@ bput_utf16_le_slow
 bget_varint_slow
 bput_varint_slow
 # ucw/gary.h
-gary_allocator_default
-gary_allocator_zeroed
 gary_init
 gary_set_size
 gary_push_helper
 gary_fix
+gary_empty_hdr
 # ucw/getopt.h
 cf_def_file
 cf_env_file
@@ -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,10 +497,70 @@ 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.h
+table_init
+table_cleanup
+table_start
+table_end
+table_set_col_order
+table_set_col_order_by_name
+table_end_row
+table_col_printf
+table_append_printf
+table_get_col_idx
+table_get_col_list
+table_col_fbstart
+table_col_fbend
+table_set_formatter
+table_fmt_human_readable
+table_fmt_machine_readable
+table_fmt_blockline
+table_set_option
+table_set_option_value
+table_set_gary_options
+table_col_int
+table_col_int_fmt
+table_col_int_name
+table_col_uint
+table_col_uint_fmt
+table_col_uint_name
+table_col_double
+table_col_double_fmt
+table_col_double_name
+table_col_str
+table_col_str_fmt
+table_col_str_name
+table_col_intmax
+table_col_intmax_fmt
+table_col_intmax_name
+table_col_s64
+table_col_s64_fmt
+table_col_s64_name
+table_col_uintmax
+table_col_uintmax_fmt
+table_col_uintmax_name
+table_col_u64
+table_col_u64_fmt
+table_col_u64_name
+table_col_bool
+table_col_bool_name
+table_col_bool_fmt
+table_append_int
+table_append_uint
+table_append_double
+table_append_str
+table_append_intmax
+table_append_uintmax
+table_append_u64
+table_append_bool
 # ucw/tbf.h
 tbf_init
 tbf_limit
+# ucw/threads.h
 # ucw/time.h
 get_timestamp
 timestamp_type