commit: fe32ef8e09a2edf2690a3b281cea0be84a5541ca Author: William Hubbs <w.d.hubbs <AT> gmail <DOT> com> AuthorDate: Fri Dec 11 22:46:02 2015 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Fri Dec 11 22:48:40 2015 +0000 URL: https://gitweb.gentoo.org/proj/openrc.git/commit/?id=fe32ef8e
FEATURE-REMOVAL-SCHEDULE: create section for librc API functions FEATURE-REMOVAL-SCHEDULE.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/FEATURE-REMOVAL-SCHEDULE.md b/FEATURE-REMOVAL-SCHEDULE.md index 7ba0818..8d07cd4 100644 --- a/FEATURE-REMOVAL-SCHEDULE.md +++ b/FEATURE-REMOVAL-SCHEDULE.md @@ -61,7 +61,13 @@ Why: /etc/mtab should be a symbolic link to /proc/self/mounts on modern Who: -## the rc_getline librc api function +## C API Functions in rc.h + +If you have a c program that links to librc and uses functions from +there, this section will list API functions which are deprecated and +will be removed along with the reason they are being removed. + +### rc_getline() When: 1.0 @@ -70,7 +76,7 @@ Why: The getline() function was standardized in POSIX.1-2008, so it Who: -## the rc_sys librc api function +### rc_sys() When: 1.0
