Bug #351570: Fix hidden functions visibility for rc_deptree_load_file.
This commit is contained in:
parent
f3f55f1f6d
commit
de8b4855d3
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user