From 7dacb2a75daa733259c374fb0248312cc7e025f6 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 27 Jan 2014 15:09:18 +0100 Subject: [PATCH] Opt: Updated symbol renames --- tools/libucw.api | 4 +--- ucw/opt.h | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/tools/libucw.api b/tools/libucw.api index 24c8ecec..b84a4585 100644 --- a/tools/libucw.api +++ b/tools/libucw.api @@ -384,10 +384,8 @@ mp_vprintf_append # ucw/opt.h opt_conf_internal opt_conf_hook_internal -opt_parsed_count -opt_conf_parsed_count opt_section_root -opt_help_internal +opt_help opt_parse # ucw/partmap.h partmap_open diff --git a/ucw/opt.h b/ucw/opt.h index c6ef0502..1bf7f7d2 100644 --- a/ucw/opt.h +++ b/ucw/opt.h @@ -20,7 +20,7 @@ #ifdef CONFIG_UCW_CLEAN_ABI #define opt_conf_hook_internal ucw_opt_conf_hook_internal #define opt_conf_internal ucw_opt_conf_internal -#define opt_help_internal ucw_opt_help_internal +#define opt_help ucw_opt_help #define opt_parse ucw_opt_parse #define opt_section_root ucw_opt_section_root #endif -- 2.39.2