From abfd181ddecbe1ecc67acbcd36a885cc6bd2a06d Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 27 Apr 2007 11:24:05 +0000 Subject: env-update now respects COLON_SEPARATED and SPACE_SEPARATED env.d values, #176198. --- src/librc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/librc.h') diff --git a/src/librc.h b/src/librc.h index 5791fed4..1661cea3 100644 --- a/src/librc.h +++ b/src/librc.h @@ -94,11 +94,13 @@ librc_hidden_proto(rc_start_service) librc_hidden_proto(rc_stop_service) librc_hidden_proto(rc_strcatpaths) librc_hidden_proto(rc_strlist_add) +librc_hidden_proto(rc_strlist_addu) librc_hidden_proto(rc_strlist_addsort) librc_hidden_proto(rc_strlist_addsortc) librc_hidden_proto(rc_strlist_addsortu) librc_hidden_proto(rc_strlist_delete) librc_hidden_proto(rc_strlist_free) +librc_hidden_proto(rc_strlist_join) librc_hidden_proto(rc_strlist_reverse) librc_hidden_proto(rc_update_deptree) librc_hidden_proto(rc_wait_service) -- cgit v1.2.3