From: Benny Morgan Date: Sun, 30 Jun 2013 20:16:02 +0000 (+0200) Subject: - Move dvb_charset_list from dvb_charset.h to dvb_charset.c, and make it static X-Git-Tag: 3.4patch1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5bfe188292870ebf58fa969aef40f22a498eebe;p=thirdparty%2Ftvheadend.git - Move dvb_charset_list from dvb_charset.h to dvb_charset.c, and make it static (cherry picked from commit e47ddddb7c761647810f83ff7dcbb7008c02aa67) --- diff --git a/src/dvb/dvb_charset.c b/src/dvb/dvb_charset.c index 85bdb6931..be56fa3a3 100644 --- a/src/dvb/dvb_charset.c +++ b/src/dvb/dvb_charset.c @@ -21,6 +21,7 @@ #include "settings.h" #include "dvb/dvb_charset.h" +static LIST_HEAD(,dvb_charset) dvb_charset_list; /* * Process a file */ diff --git a/src/dvb/dvb_charset.h b/src/dvb/dvb_charset.h index 9ea83022d..c31767a7c 100644 --- a/src/dvb/dvb_charset.h +++ b/src/dvb/dvb_charset.h @@ -27,8 +27,6 @@ typedef struct dvb_charset { const char *charset; } dvb_charset_t; -LIST_HEAD(,dvb_charset) dvb_charset_list; - void dvb_charset_init ( void ); const char *dvb_charset_find