summaryrefslogtreecommitdiffstats
path: root/src/xtokid.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-05-11 08:47:35 +0200
committerJim Meyering <meyering@redhat.com>2008-05-17 12:53:29 +0200
commit440e6f0cf9c8421ccd4576171d0c8b916cd681f0 (patch)
treed5a3664f5e2b8c50027eec3c5f11a041c09a4765 /src/xtokid.c
parentff085957e84f5789871521a11b44afa27a48d72d (diff)
downloadidutils-440e6f0cf9c8421ccd4576171d0c8b916cd681f0.tar.gz
idutils-440e6f0cf9c8421ccd4576171d0c8b916cd681f0.tar.bz2
idutils-440e6f0cf9c8421ccd4576171d0c8b916cd681f0.zip
tighten scope in libidu/, too
Mark with "extern" the symbols that belong that way. Make the others static. * libidu/dynvec.h (dv_fill): * libidu/fnprint.c (cw_dlink): * libidu/hash.h (qsort_cmp_t): * libidu/idfile.h (io_func_t): * libidu/scanners.c (lang_args_obstack, languages_0, languages_N): (language_help_me, language_getopt, get_language): (lang_args_index): * libidu/walker.c (largest_member_file): * maint.mk (extract_char, today): * src/fid.c (long_options): * src/fnid.c (cw_dlink): * src/lid.c (cw_dlink): * src/xtokid.c (cw_dlink):
Diffstat (limited to 'src/xtokid.c')
-rw-r--r--src/xtokid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xtokid.c b/src/xtokid.c
index 1e5768e..5dc97fe 100644
--- a/src/xtokid.c
+++ b/src/xtokid.c
@@ -40,7 +40,7 @@ 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;
+static struct file_link *cw_dlink;
void
usage (void)