mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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:
parent
1d30387920
commit
fa602b5bd0
1 changed files with 3 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue