From b4c9a034ad75389d8089619ddd9e2c4d6e605537 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 8 Sep 1997 00:56:34 +0000 Subject: [PATCH] change prototype of `set_password' git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3428 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/admin_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/admin_locl.h b/admin/admin_locl.h index 55a065b05..15b54547f 100644 --- a/admin/admin_locl.h +++ b/admin/admin_locl.h @@ -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 */