(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
This commit is contained in:
Assar Westerlund
2000-02-07 04:29:25 +00:00
parent 268c361c5f
commit 50a74f8919

View File

@@ -35,8 +35,8 @@
RCSID("$Id$"); RCSID("$Id$");
int help_flag; static int help_flag;
int version_flag; static int version_flag;
int verbose_flag; int verbose_flag;
char *keytab_string; char *keytab_string;