diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 19:36:51 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2011-01-17 19:36:51 +0000 |
commit | de8b4855d30c4102f5cf52b7802383d845e4c380 (patch) | |
tree | 44ed5cbb2136a1207801faa347e3142477bb5559 /src/librc/librc-depend.c | |
parent | f3f55f1f6db125f9dd9901439c1ccfbb6526a53c (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librc/librc-depend.c b/src/librc/librc-depend.c index 0b25f359..54cd72ac 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) |