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

View File

@@ -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;