diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-11 16:46:02 -0600 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-12-11 16:48:40 -0600 |
commit | fe32ef8e09a2edf2690a3b281cea0be84a5541ca (patch) | |
tree | 66de8309cc6cc5b59908d7d0eb0e37e58ea6d415 /FEATURE-REMOVAL-SCHEDULE.md | |
parent | c45313dfa9880c4aedb72da1b2ac3159eee05a93 (diff) |
FEATURE-REMOVAL-SCHEDULE: create section for librc API functions
Diffstat (limited to 'FEATURE-REMOVAL-SCHEDULE.md')
-rw-r--r-- | FEATURE-REMOVAL-SCHEDULE.md | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/FEATURE-REMOVAL-SCHEDULE.md b/FEATURE-REMOVAL-SCHEDULE.md index 7ba0818e..8d07cd46 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 |