diff options
Diffstat (limited to 'src/xtokid.c')
-rw-r--r-- | src/xtokid.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xtokid.c b/src/xtokid.c index e04ac9b..1e5768e 100644 --- a/src/xtokid.c +++ b/src/xtokid.c @@ -36,9 +36,9 @@ static void scan_member_file (struct member_file const *member); void usage (void); char const *program_name; -char *lang_map_file_name = 0; -int show_version = 0; -int show_help = 0; +static char *lang_map_file_name = 0; +static int show_version = 0; +static int show_help = 0; struct idhead idh; struct file_link *cw_dlink; |