From 7b1eba193f94d894718dc229bf4decc08e79b172 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 27 Aug 2001 23:07:36 +0000 Subject: [PATCH] (edit_timet): make non-static to be consistent git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10570 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kadmin/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kadmin/util.c b/kadmin/util.c index 50ea711ee..1f9531e2f 100644 --- a/kadmin/util.c +++ b/kadmin/util.c @@ -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];