- Move dvb_charset_list from dvb_charset.h to dvb_charset.c, and make it static

(cherry picked from commit e47ddddb7c)
This commit is contained in:
Benny Morgan 2013-06-30 22:16:02 +02:00 committed by Adam Sutton
parent 6fb9a8f034
commit d5bfe18829
2 changed files with 1 additions and 2 deletions

View file

@ -21,6 +21,7 @@
#include "settings.h"
#include "dvb/dvb_charset.h"
static LIST_HEAD(,dvb_charset) dvb_charset_list;
/*
* Process a file
*/

View file

@ -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