From 440e6f0cf9c8421ccd4576171d0c8b916cd681f0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 11 May 2008 08:47:35 +0200 Subject: 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): --- src/lid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lid.c') diff --git a/src/lid.c b/src/lid.c index 4ca37a3..d7c3770 100644 --- a/src/lid.c +++ b/src/lid.c @@ -209,7 +209,7 @@ static query_func_t query_function; static unsigned int frequency_low = 1; static unsigned int frequency_high = USHRT_MAX; -struct file_link *cw_dlink; +static struct file_link *cw_dlink; static struct file_link **members_0; static struct option const long_options[] = -- cgit v1.2.3