From 0e90ae266af658c2a8e405c1ce81819e8437ade9 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 17 Jan 2011 06:32:46 +0000 Subject: 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. --- src/librc/rc.map | 1 + 1 file changed, 1 insertion(+) (limited to 'src/librc/rc.map') diff --git a/src/librc/rc.map b/src/librc/rc.map index 113f2d7d..d763bfeb 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; -- cgit v1.2.3