[asterisk-commits] res odbc: Fix exports.in for missing symbols (asterisk[master])

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Feb 16 19:14:17 CST 2016


Joshua Colp has submitted this change and it was merged.

Change subject: res_odbc: Fix exports.in for missing symbols
......................................................................


res_odbc: Fix exports.in for missing symbols

res_odbc.exports.in was missing a few symbols.
Changed to wildcards.

Change-Id: Ieadd76df24e43ea92577f651d478a0f7b742c30c
---
M res/res_odbc.exports.in
1 file changed, 2 insertions(+), 19 deletions(-)

Approvals:
  Mark Michelson: Looks good to me, but someone else must approve
  Joshua Colp: Looks good to me, approved; Verified



diff --git a/res/res_odbc.exports.in b/res/res_odbc.exports.in
index 84bbc48..dc7c289 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:
 		*;
 };

-- 
To view, visit https://gerrit.asterisk.org/2261
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieadd76df24e43ea92577f651d478a0f7b742c30c
Gerrit-PatchSet: 1
Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-Owner: George Joseph <george.joseph at fairview5.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Mark Michelson <mmichelson at digium.com>



More information about the asterisk-commits mailing list