mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
- Move some internal functions to the private namespace
Submitted by: kan Approved by: delphij (mentor)
This commit is contained in:
parent
43cadeaa27
commit
15a4dfe2a5
1 changed files with 12 additions and 9 deletions
|
|
@ -6,6 +6,18 @@ FBSD_1.2 {
|
|||
__iconv;
|
||||
__iconv_free_list;
|
||||
__iconv_get_list;
|
||||
_libiconv_version;
|
||||
iconv_canonicalize;
|
||||
libiconv;
|
||||
libiconv_close;
|
||||
libiconv_open;
|
||||
libiconv_open_into;
|
||||
libiconv_set_relocation_prefix;
|
||||
libiconvctl;
|
||||
libiconvlist;
|
||||
};
|
||||
|
||||
FBSDprivate_1.0 {
|
||||
_citrus_bcs_convert_to_lower;
|
||||
_citrus_bcs_convert_to_upper;
|
||||
_citrus_bcs_isalnum;
|
||||
|
|
@ -89,13 +101,4 @@ FBSD_1.2 {
|
|||
_citrus_stdenc_close;
|
||||
_citrus_stdenc_open;
|
||||
_citrus_unmap_file;
|
||||
_libiconv_version;
|
||||
iconv_canonicalize;
|
||||
libiconv;
|
||||
libiconv_close;
|
||||
libiconv_open;
|
||||
libiconv_open_into;
|
||||
libiconv_set_relocation_prefix;
|
||||
libiconvctl;
|
||||
libiconvlist;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue