Bug #351570: Fix hidden functions visibility for rc_deptree_load_file.

This commit is contained in:
Robin H. Johnson 2011-01-17 19:36:51 +00:00
parent f3f55f1f6d
commit de8b4855d3
2 changed files with 2 additions and 0 deletions

View File

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

View File

@ -80,6 +80,7 @@ librc_hidden_proto(rc_deptree_depend)
librc_hidden_proto(rc_deptree_depends)
librc_hidden_proto(rc_deptree_free)
librc_hidden_proto(rc_deptree_load)
librc_hidden_proto(rc_deptree_load_file)
librc_hidden_proto(rc_deptree_order)
librc_hidden_proto(rc_deptree_update)
librc_hidden_proto(rc_deptree_update_needed)