summaryrefslogtreecommitdiff
path: root/db1-ast/libdb.map
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-01-04 18:53:14 +0000
committerMark Spencer <markster@digium.com>2003-01-04 18:53:14 +0000
commitaeb89d9744f30cdf1f674ac9399cb8111e8af451 (patch)
treec5ad8b7080744ed0037c1cce4a7bb9365b6d9428 /db1-ast/libdb.map
parentef91635ecce855f196d6b08b6d9e2d30ed474666 (diff)
Version 0.3.0 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@578 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'db1-ast/libdb.map')
-rwxr-xr-xdb1-ast/libdb.map11
1 files changed, 11 insertions, 0 deletions
diff --git a/db1-ast/libdb.map b/db1-ast/libdb.map
new file mode 100755
index 000000000..87e34c430
--- /dev/null
+++ b/db1-ast/libdb.map
@@ -0,0 +1,11 @@
+GLIBC_2.0 {
+ global:
+ # the real DB entry point.
+ dbopen; __dbopen;
+
+ # The compatibility functions.
+ dbm_clearerr; dbm_close; dbm_delete; dbm_dirfno; dbm_error;
+ dbm_fetch; dbm_firstkey; dbm_nextkey; dbm_open; dbm_store;
+ local:
+ *;
+};