]> mj.ucw.cz Git - libucw.git/commitdiff
Gary: Symbol renames
authorMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 16:03:12 +0000 (17:03 +0100)
committerMartin Mares <mj@ucw.cz>
Tue, 28 Jan 2014 16:03:12 +0000 (17:03 +0100)
tools/libucw.api
ucw/gary.h

index 1df6bfbaf6b08e8660797428a980d1fc6551a211..6519978d7cc8e6d22899e8a970dc2b6726026b25 100644 (file)
@@ -207,6 +207,8 @@ 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
@@ -383,16 +385,16 @@ mp_vprintf_append
 # ucw/opt-internal.h
 opt_precompute
 # ucw/opt.h
+opt_parse
 opt_failure
+opt_help
+opt_handle_help
 opt_handle_config
 opt_handle_set
 opt_handle_dumpconfig
 opt_conf_hook_internal
 cf_def_file
 cf_env_file
-opt_help
-opt_handle_help
-opt_parse
 # ucw/partmap.h
 partmap_open
 partmap_close
index 30613f9a5c52c50221bd687b0f33efd9f56bf0a5..53e2e6c4b471313dd74554db61e347ee7c0c3729 100644 (file)
@@ -8,6 +8,8 @@
 #define _UCW_GARY_H
 
 #ifdef CONFIG_UCW_CLEAN_ABI
+#define gary_allocator_default ucw_gary_allocator_default
+#define gary_allocator_zeroed ucw_gary_allocator_zeroed
 #define gary_fix ucw_gary_fix
 #define gary_init ucw_gary_init
 #define gary_push_helper ucw_gary_push_helper