From: Yang Tse Date: Sat, 13 Sep 2008 01:35:15 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: curl-7_19_1~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e526b5ffebc2fc5cf3a9f9e45bedde996bce6bcd;p=thirdparty%2Fcurl.git *** empty log message *** --- diff --git a/ares/acountry.c b/ares/acountry.c index afee113b9c..169f81425d 100644 --- a/ares/acountry.c +++ b/ares/acountry.c @@ -240,7 +240,7 @@ struct search_list { const char *long_name; /* normal country name */ }; -const struct search_list *list_lookup(int number, const struct search_list *list, int num) +static const struct search_list *list_lookup(int number, const struct search_list *list, int num) { while (num > 0 && list->long_name) {