view parser-cfg.h @ 26186:49df679a7c1a

Add missing header #includes to fix 'make checkheaders'.
author diego
date Mon, 10 Mar 2008 20:19:15 +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 */