Bug #351570: Hidden function fixes: rc_conf_value.

Refactor rc_conf_value into librc for use in library context.
Also requires moving:
- rc_conf internal static
- Defines: PROFILE_ENV, SYS_WHITELIST, USR_WHITELIST, RC_PATH_PREFIX
  moved to rc.h with new RC_ prefix added.
- Defines: RC_CONF, RC_CONF_OLD moved to rc.h.

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
This commit is contained in:
Robin H. Johnson
2011-01-17 19:22:53 +00:00
parent 6e876bca13
commit 2b7c2b8cf1
7 changed files with 73 additions and 60 deletions

View File

@@ -1,5 +1,6 @@
RC_1.0 {
global:
rc_conf_value;
rc_config_list;
rc_config_load;
rc_config_value;