(edit_timet): make non-static to be consistent

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10570 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-08-27 23:07:36 +00:00
parent cc46f24332
commit 7b1eba193f

View File

@@ -235,7 +235,7 @@ parse_timet (const char *resp, krb5_timestamp *value, int *mask, int bit)
* allow the user to edit the time in `value'
*/
static int
int
edit_timet (const char *prompt, krb5_timestamp *value, int *mask, int bit)
{
char buf[1024], resp[1024];