From 21cd000fb49c243fdef35c384f76a83022c09779 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Fri, 6 Jul 2001 16:57:25 +0000 Subject: * db-dbm.h: New header file which lists the dbm interfaces * db-ndbm.h: Change prototype from dirinfo to dirfno which matches code and ndbm API. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13572 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/db2/include/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/util/db2/include/ChangeLog') diff --git a/src/util/db2/include/ChangeLog b/src/util/db2/include/ChangeLog index 76b41c245..295f48fb7 100644 --- a/src/util/db2/include/ChangeLog +++ b/src/util/db2/include/ChangeLog @@ -1,3 +1,10 @@ +2001-07-06 Ezra Peisach + + * db-dbm.h: New header file which lists the dbm interfaces. + + * db-ndbm.h: Change prototype from dirinfo to dirfno which matches + code and ndbm API. + 2000-07-01 Tom Yu * db-config.h.in: New file; contains useful tidbits from -- cgit