diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-15 05:11:26 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1999-02-15 05:11:26 +0000 |
commit | 3941e90b879e925d0fef8f0733e1d9c2e1861db5 (patch) | |
tree | 82b3c2fe01e0932c532b9e2a3f038a110315707d /include | |
parent | 0584840a66631455c4c44387526ce706056faee0 (diff) |
o Minor changes from db.1.86 (sleepycat). Does not include the new hash
routines since they cannot read a hashed .db file from the old code.
Most of these files just have their RCS/SCCS tags standardized.
Note that mpool.3 has not been updated to reflect the new mpool interface.
o Add a real dbm(3) manpage
Diffstat (limited to 'include')
-rw-r--r-- | include/dbm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dbm.h b/include/dbm.h index d1422292f24..abb2aa0a574 100644 --- a/include/dbm.h +++ b/include/dbm.h @@ -32,7 +32,7 @@ __BEGIN_DECLS int dbmclose __P((void)); -int dbminit __P((char *)); +int dbminit __P((const char *)); int delete __P((datum)); datum fetch __P((datum)); datum firstkey __P((void)); |