aboutsummaryrefslogtreecommitdiffstats
path: root/db1-ast/libdb.map
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-01-04 18:53:14 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-01-04 18:53:14 +0000
commitf596b0379253a694a6ce5eb725e6f0d9dd1fc46b (patch)
treec5ad8b7080744ed0037c1cce4a7bb9365b6d9428 /db1-ast/libdb.map
parent4e12b55c83563e841b0e39a492cbb71d0c53640c (diff)
Version 0.3.0 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@578 f38db490-d61c-443f-a65b-d21fe96a405b
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:
+ *;
+};