missing files from abi patch

This commit is contained in:
Brian Bruns 2011-08-11 10:04:27 -04:00 committed by Brian Bruns
parent 3f26ec69cf
commit 0897cbe612
3 changed files with 38 additions and 0 deletions

16
src/libmdb/libmdb.map Normal file
View File

@ -0,0 +1,16 @@
LIBMDB_1.0 {
# global:
# *;
# }
# LIBMDB_2.0 {
global:
mdb_*;
sanitize_name;
kkd_to_props;
_mdb_put_int16;
_mdb_put_int32;
buffer_dump;
local:
*;
};

11
src/odbc/libmdbodbc.map Normal file
View File

@ -0,0 +1,11 @@
LIBMDBODBC_0.0 {
#global:
# *;
#}
#LIBMDBODBC_1.0 {
global:
SQL*;
local:
*;
};

11
src/sql/libmdbsql.map Normal file
View File

@ -0,0 +1,11 @@
LIBMDBSQL_1.0 {
#global:
# *;
#}
#LIBMDBSQL_2.0 {
global:
mdb_sql_*;
local:
*;
};