Update.
[glibc.git] / db / Versions
blob65c1ae758678626af3cefda521c69c30d6e13b47
1 libdb {
2   GLIBC_2.0 {
3     # the real DB entry point.
4     dbopen; __dbopen;
6     # The compatibility functions.
7     dbm_clearerr; dbm_close; dbm_delete; dbm_dirfno; dbm_error;
8     dbm_fetch; dbm_firstkey; dbm_nextkey; dbm_open; dbm_store;
9   }