Add prototypes for missing functions dbm_error() and dbm_clearerror()
authorTheodore Tso <tytso@mit.edu>
Thu, 15 Aug 1996 20:48:40 +0000 (20:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 15 Aug 1996 20:48:40 +0000 (20:48 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8939 dc483132-0cff-0310-8789-dd5450dbe970

src/util/db2/include/ChangeLog [new file with mode: 0644]
src/util/db2/include/db-ndbm.h

diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog
new file mode 100644 (file)
index 0000000..4ec75bb
--- /dev/null
@@ -0,0 +1,4 @@
+Thu Aug 15 15:41:12 1996  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * db-ndbm.h: Add prototypes for missing functions dbm_error() and
+               dbm_clearerror().
index 1bafb6c4bf4906201bebb4e962b7d8a9eec1b58a..db03e697f0ecc4a359100347e3740bebf94ab18f 100644 (file)
@@ -72,6 +72,8 @@ datum  dbm_nextkey __P((DBM *));
 DBM    *dbm_open __P((const char *, int, int));
 int     dbm_store __P((DBM *, datum, datum, int));
 int     dbm_dirfno __P((DBM *));
+int     dbm_error __P((DBM *db));
+int     dbm_clearerr __P((DBM *db));
 __END_DECLS
 
 #endif /* !_NDBM_H_ */