aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_odbc.exports
blob: 1e38d49dad8c189783acaaa0d17c9d1475446768 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
	global:
		ast_odbc_backslash_is_escape;
		ast_odbc_prepare_and_execute;
		ast_odbc_release_obj;
		ast_odbc_request_obj;
		ast_odbc_sanity_check;
		ast_odbc_smart_execute;
	local:
		*;
};