summaryrefslogtreecommitdiff
path: root/res/res_odbc.exports.in
diff options
context:
space:
mode:
authorGeorge Joseph <george.joseph@fairview5.com>2016-02-16 15:37:48 -0700
committerGeorge Joseph <george.joseph@fairview5.com>2016-02-16 16:42:26 -0600
commit62282bb8ce15e3e70b3e2fd79834c02911b5f8ff (patch)
tree1a7c799508d0c49691646ac6870bced46c2321bd /res/res_odbc.exports.in
parent49203628f984009011493ceefd58aa9e056b0351 (diff)
res_odbc: Fix exports.in for missing symbols
res_odbc.exports.in was missing a few symbols. Changed to wildcards. Change-Id: Ieadd76df24e43ea92577f651d478a0f7b742c30c
Diffstat (limited to 'res/res_odbc.exports.in')
-rw-r--r--res/res_odbc.exports.in21
1 files changed, 2 insertions, 19 deletions
diff --git a/res/res_odbc.exports.in b/res/res_odbc.exports.in
index 84bbc48dd..dc7c289e7 100644
--- a/res/res_odbc.exports.in
+++ b/res/res_odbc.exports.in
@@ -1,24 +1,7 @@
{
global:
- LINKER_SYMBOL_PREFIXast_odbc_ast_str_SQLGetData;
- LINKER_SYMBOL_PREFIXast_odbc_backslash_is_escape;
- LINKER_SYMBOL_PREFIXast_odbc_clear_cache;
- LINKER_SYMBOL_PREFIXast_odbc_direct_execute;
- LINKER_SYMBOL_PREFIXast_odbc_find_column;
- LINKER_SYMBOL_PREFIXast_odbc_find_table;
- LINKER_SYMBOL_PREFIXast_odbc_prepare_and_execute;
- LINKER_SYMBOL_PREFIXast_odbc_release_obj;
- LINKER_SYMBOL_PREFIXast_odbc_request_obj;
- LINKER_SYMBOL_PREFIX_ast_odbc_request_obj;
- LINKER_SYMBOL_PREFIXast_odbc_request_obj2;
- LINKER_SYMBOL_PREFIX_ast_odbc_request_obj2;
- LINKER_SYMBOL_PREFIXast_odbc_sanity_check;
- LINKER_SYMBOL_PREFIXast_odbc_smart_execute;
- LINKER_SYMBOL_PREFIXast_odbc_class_get_isolation;
- LINKER_SYMBOL_PREFIXast_odbc_class_get_forcecommit;
- LINKER_SYMBOL_PREFIXast_odbc_class_get_name;
- LINKER_SYMBOL_PREFIXast_odbc_text2isolation;
- LINKER_SYMBOL_PREFIXast_odbc_isolation2text;
+ LINKER_SYMBOL_PREFIXast_odbc_*;
+ LINKER_SYMBOL_PREFIX_ast_odbc_*;
local:
*;
};