Add private text file binary search API to libheimbase

This commit is contained in:
Nicolas Williams
2011-11-28 22:03:28 -06:00
parent aea02876e7
commit 659c761213
10 changed files with 1197 additions and 1 deletions

View File

@@ -39,6 +39,11 @@ HEIMDAL_BASE_1.0 {
heim_string_create_with_bytes;
heim_string_get_type_id;
heim_string_get_utf8;
__bsearch_text;
__bsearch_file_open;
__bsearch_file;
__bsearch_file_info;
__bsearch_file_close;
local:
*;
};