diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 19:22:53 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 19:29:45 +0000 |
commit | 2b7c2b8cf1248c5cea7c56ad1a3141973a34fe0a (patch) | |
tree | d06954d40aa8a2f2aefba84c9767f54cff98f2ce /src/librc/rc.map | |
parent | 6e876bca1313d0cc2ef576da15124a9082f404db (diff) |
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>
Diffstat (limited to 'src/librc/rc.map')
-rw-r--r-- | src/librc/rc.map | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/rc.map b/src/librc/rc.map index d763bfeb..c5f10ade 100644 --- a/src/librc/rc.map +++ b/src/librc/rc.map @@ -1,5 +1,6 @@ RC_1.0 { global: + rc_conf_value; rc_config_list; rc_config_load; rc_config_value; |