aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_odbc.exports
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_odbc.exports')
-rw-r--r--res/res_odbc.exports11
1 files changed, 11 insertions, 0 deletions
diff --git a/res/res_odbc.exports b/res/res_odbc.exports
new file mode 100644
index 000000000..1e38d49da
--- /dev/null
+++ b/res/res_odbc.exports
@@ -0,0 +1,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:
+ *;
+};