]> mj.ucw.cz Git - libucw.git/commitdiff
Opt: Updated symbol renames
authorMartin Mares <mj@ucw.cz>
Mon, 27 Jan 2014 14:09:18 +0000 (15:09 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 27 Jan 2014 14:09:18 +0000 (15:09 +0100)
tools/libucw.api
ucw/opt.h

index 24c8ececb643922ae1cda54ad934b2a40a299d9c..b84a4585b787bd86a188c816a27f9dc1af31315d 100644 (file)
@@ -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
index c6ef050276f6cb0cb91563585da09f53c64aa93f..1bf7f7d2ff818c796066303857c1d8bb0d85bd39 100644 (file)
--- 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