summaryrefslogtreecommitdiff
path: root/src/librc/librc-depend.c
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-01-17 19:36:51 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-01-17 19:36:51 +0000
commitde8b4855d30c4102f5cf52b7802383d845e4c380 (patch)
tree44ed5cbb2136a1207801faa347e3142477bb5559 /src/librc/librc-depend.c
parentf3f55f1f6db125f9dd9901439c1ccfbb6526a53c (diff)
downloadopenrc-de8b4855d30c4102f5cf52b7802383d845e4c380.tar.gz
openrc-de8b4855d30c4102f5cf52b7802383d845e4c380.tar.bz2
openrc-de8b4855d30c4102f5cf52b7802383d845e4c380.tar.xz
Bug #351570: Fix hidden functions visibility for rc_deptree_load_file.
Diffstat (limited to 'src/librc/librc-depend.c')
-rw-r--r--src/librc/librc-depend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/librc-depend.c b/src/librc/librc-depend.c
index 0b25f35..54cd72a 100644
--- a/src/librc/librc-depend.c
+++ b/src/librc/librc-depend.c
@@ -181,6 +181,7 @@ rc_deptree_load_file(const char *deptree_file)
return deptree;
}
+librc_hidden_def(rc_deptree_load_file)
static bool
valid_service(const char *runlevel, const char *service, const char *type)