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.

This commit is contained in:
Robin H. Johnson
2011-01-17 06:32:46 +00:00
parent b113ad49e9
commit 0e90ae266a
5 changed files with 17 additions and 3 deletions
+1
View File
@@ -5,6 +5,7 @@ rc_deptree_depend
rc_deptree_depends
rc_deptree_free
rc_deptree_load
rc_deptree_load_file
rc_deptree_order
rc_deptree_update
rc_deptree_update_needed
+2
View File
@@ -12,6 +12,8 @@ rc_deptree_free
rc_deptree_free@@RC_1.0
rc_deptree_load
rc_deptree_load@@RC_1.0
rc_deptree_load_file
rc_deptree_load_file@@RC_1.0
rc_deptree_order
rc_deptree_order@@RC_1.0
rc_deptree_update