rename delete -> remove

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5241 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-11-23 11:54:22 +00:00
parent 6604bb9011
commit 2032781fa8
5 changed files with 5 additions and 5 deletions

View File

@@ -239,7 +239,7 @@ hdb_db_create(krb5_context context, HDB **db,
(*db)->close = DB_close;
(*db)->fetch = _hdb_fetch;
(*db)->store = _hdb_store;
(*db)->delete = _hdb_delete;
(*db)->remove = _hdb_remove;
(*db)->firstkey = DB_firstkey;
(*db)->nextkey= DB_nextkey;
(*db)->lock = DB_lock;