sbuf(3): expose sbuf_{clear,get,set}_flags(3) via libsbuf

These functions were added to sbuf(9) in r279992, but never
exposed to userspace. Expose them now so they can be used/tested.

MFC after:	2 months
Sponsored by:	Dell EMC Isilon
This commit is contained in:
Enji Cooper 2017-04-06 04:58:51 +00:00
parent 1d30387920
commit fa602b5bd0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316553

View File

@ -21,6 +21,9 @@ FBSD_1.2 {
sbuf_len;
sbuf_done;
sbuf_delete;
sbuf_clear_flags;
sbuf_get_flags;
sbuf_set_flags;
};
FBSD_1.3 {