change prototype of `set_password'

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3428 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-09-08 00:56:34 +00:00
parent f40437db0b
commit b4c9a034ad

View File

@@ -106,7 +106,7 @@ void init_entry (HDB *db, hdb_entry *ent);
void set_created_by (hdb_entry *ent);
void set_modified_by (hdb_entry *ent);
void edit_entry(hdb_entry *ent);
void set_password(hdb_entry *ent);
int set_password(hdb_entry *ent);
/* life.c */