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

@@ -138,7 +138,7 @@ _hdb_store(krb5_context context, HDB *db, int replace, hdb_entry *entry)
}
krb5_error_code
_hdb_delete(krb5_context context, HDB *db, hdb_entry *entry)
_hdb_remove(krb5_context context, HDB *db, hdb_entry *entry)
{
krb5_data key;
int code;