[svn-commits] tilghman: trunk r183196 - /trunk/res/res_odbc.exports

SVN commits to the Digium repositories svn-commits at lists.digium.com
Thu Mar 19 12:00:17 CDT 2009


Author: tilghman
Date: Thu Mar 19 12:00:13 2009
New Revision: 183196

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=183196
Log:
2 symbols defined when DEBUG_THREADS

Modified:
    trunk/res/res_odbc.exports

Modified: trunk/res/res_odbc.exports
URL: http://svn.digium.com/svn-view/asterisk/trunk/res/res_odbc.exports?view=diff&rev=183196&r1=183195&r2=183196
==============================================================================
--- trunk/res/res_odbc.exports (original)
+++ trunk/res/res_odbc.exports Thu Mar 19 12:00:13 2009
@@ -9,7 +9,9 @@
 		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;




More information about the svn-commits mailing list