asterisk/res/res_odbc.exports
Tilghman Lesher af5ec9ba08 2 symbols defined when DEBUG_THREADS
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@183196 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2009-03-19 17:00:13 +00:00

21 lines
432 B
Text

{
global:
ast_odbc_ast_str_SQLGetData;
ast_odbc_backslash_is_escape;
ast_odbc_clear_cache;
ast_odbc_direct_execute;
ast_odbc_find_column;
ast_odbc_find_table;
ast_odbc_prepare_and_execute;
ast_odbc_release_obj;
ast_odbc_request_obj;
_ast_odbc_request_obj;
ast_odbc_request_obj2;
_ast_odbc_request_obj2;
ast_odbc_retrieve_transaction_obj;
ast_odbc_sanity_check;
ast_odbc_smart_execute;
local:
*;
};