From 50a74f8919c0d78120e1a6ee6c83f15c5523f4ce Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Mon, 7 Feb 2000 04:29:25 +0000 Subject: [PATCH] (help_flag, version_flag): should be static, these are not used by sub-commands git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7894 ec53bebd-3082-4978-b11e-865c3cabbd6b --- admin/ktutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/ktutil.c b/admin/ktutil.c index 0fd719e6c..0c4d4c3e5 100644 --- a/admin/ktutil.c +++ b/admin/ktutil.c @@ -35,8 +35,8 @@ RCSID("$Id$"); -int help_flag; -int version_flag; +static int help_flag; +static int version_flag; int verbose_flag; char *keytab_string;