add missing rc_stringlist_new/rc_sys hidden defs
This commit is contained in:
parent
58caa0864f
commit
7b08276fa8
@ -37,6 +37,7 @@ RC_STRINGLIST *rc_stringlist_new(void)
|
|||||||
TAILQ_INIT(l);
|
TAILQ_INIT(l);
|
||||||
return l;
|
return l;
|
||||||
}
|
}
|
||||||
|
librc_hidden_def(rc_stringlist_new)
|
||||||
|
|
||||||
RC_STRING *rc_stringlist_add (RC_STRINGLIST *list, const char *value)
|
RC_STRING *rc_stringlist_add (RC_STRINGLIST *list, const char *value)
|
||||||
{
|
{
|
||||||
|
@ -232,6 +232,7 @@ const char *rc_sys(void)
|
|||||||
return NULL;
|
return NULL;
|
||||||
#endif /* PREFIX */
|
#endif /* PREFIX */
|
||||||
}
|
}
|
||||||
|
librc_hidden_def(rc_sys)
|
||||||
|
|
||||||
static const char *rc_parse_service_state(RC_SERVICE state)
|
static const char *rc_parse_service_state(RC_SERVICE state)
|
||||||
{
|
{
|
||||||
|
@ -118,7 +118,9 @@ librc_hidden_proto(rc_stringlist_add)
|
|||||||
librc_hidden_proto(rc_stringlist_addu)
|
librc_hidden_proto(rc_stringlist_addu)
|
||||||
librc_hidden_proto(rc_stringlist_delete)
|
librc_hidden_proto(rc_stringlist_delete)
|
||||||
librc_hidden_proto(rc_stringlist_free)
|
librc_hidden_proto(rc_stringlist_free)
|
||||||
|
librc_hidden_proto(rc_stringlist_new)
|
||||||
librc_hidden_proto(rc_stringlist_sort)
|
librc_hidden_proto(rc_stringlist_sort)
|
||||||
|
librc_hidden_proto(rc_sys)
|
||||||
librc_hidden_proto(rc_yesno)
|
librc_hidden_proto(rc_yesno)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user