From 84a25b8a8b5c99ef48dd63ca1078e22aa18ecab8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 28 Jan 2014 17:03:12 +0100 Subject: [PATCH] Gary: Symbol renames --- tools/libucw.api | 8 +++++--- ucw/gary.h | 2 ++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/tools/libucw.api b/tools/libucw.api index 1df6bfba..6519978d 100644 --- a/tools/libucw.api +++ b/tools/libucw.api @@ -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 diff --git a/ucw/gary.h b/ucw/gary.h index 30613f9a..53e2e6c4 100644 --- a/ucw/gary.h +++ b/ucw/gary.h @@ -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 -- 2.39.2