Version 0.3.0 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@578 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2003-01-04 18:53:14 +00:00
parent ef91635ecc
commit aeb89d9744
47 changed files with 11797 additions and 0 deletions

11
db1-ast/libdb.map Executable file
View File

@@ -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:
*;
};