From: Martin Mares Date: Mon, 27 Jan 2014 14:09:18 +0000 (+0100) Subject: Opt: Updated symbol renames X-Git-Tag: v5.99~25^2~25 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7dacb2a75daa733259c374fb0248312cc7e025f6;p=libucw.git Opt: Updated symbol renames --- 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