Add sbuf_start_section and sbuf_end_section to the libsbuf symbol map.

MFC after:	1 month
This commit is contained in:
Mikolaj Golub 2013-04-11 19:50:10 +00:00
parent ddb9b61248
commit f574e90c0a
2 changed files with 8 additions and 0 deletions

View File

@ -22,3 +22,8 @@ FBSD_1.2 {
sbuf_done;
sbuf_delete;
};
FBSD_1.3 {
sbuf_start_section;
sbuf_end_section;
};

View File

@ -2,3 +2,6 @@
FBSD_1.2 {
};
FBSD_1.3 {
} FBSD_1.2;