From 926b3f4f9fd49753b4b6d1685856f8b0bf26b474 Mon Sep 17 00:00:00 2001 From: millert <> Date: Mon, 15 Feb 1999 05:11:22 +0000 Subject: [PATCH] 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 --- src/include/dbm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/dbm.h b/src/include/dbm.h index d1422292..abb2aa0a 100644 --- a/src/include/dbm.h +++ b/src/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));