(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:
@@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user