summaryrefslogtreecommitdiff
path: root/src/librc/rc.map
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-01-17 06:32:46 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-01-17 06:32:46 +0000
commit0e90ae266af658c2a8e405c1ce81819e8437ade9 (patch)
tree2d812a7da8386eb2fd374a8f1a3eb5101a274950 /src/librc/rc.map
parentb113ad49e9bf99e78bac9b6529c22355c62cea94 (diff)
downloadopenrc-0e90ae266af658c2a8e405c1ce81819e8437ade9.tar.gz
openrc-0e90ae266af658c2a8e405c1ce81819e8437ade9.tar.bz2
openrc-0e90ae266af658c2a8e405c1ce81819e8437ade9.tar.xz
Factor out new function rc_deptree_load_file to aid in debugging deptree files from users. Loads from a given filename instead of the hardcoded RC_DEPTREE_CACHE define.
Diffstat (limited to 'src/librc/rc.map')
-rw-r--r--src/librc/rc.map1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/rc.map b/src/librc/rc.map
index 113f2d7..d763bfe 100644
--- a/src/librc/rc.map
+++ b/src/librc/rc.map
@@ -7,6 +7,7 @@ global:
rc_deptree_depends;
rc_deptree_free;
rc_deptree_load;
+ rc_deptree_load_file;
rc_deptree_order;
rc_deptree_update;
rc_deptree_update_needed;