view parser-cfg.h @ 26231:ff5d0c3b8ee6

Move sub_utf8_prev declaration out of the DUMPSUBS #ifdef. This helps compilation if DUMPSUBS is defined.
author diego
date Tue, 18 Mar 2008 12:49:54 +0000
parents 83c95bd31aab
children 7a36d5941fd8
line wrap: on
line source

#ifndef MPLAYER_PARSER_CFG_H
#define MPLAYER_PARSER_CFG_H

#include "m_config.h"

int m_config_parse_config_file(m_config_t* config, char *conffile);

#endif /* MPLAYER_PARSER_CFG_H */