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

This commit is contained in:
Benny Morgan 2013-06-30 22:16:02 +02:00
parent 3b38a9e012
commit e47ddddb7c
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