view parser-cfg.h @ 26301:f3e785f2816a

Add multiple inclusion guards to help_mp.h.
author diego
date Sat, 05 Apr 2008 16:29:10 +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 */