view parser-cfg.h @ 26361:13d8209c10ea

Update comment to account for renamed header file.
author diego
date Fri, 11 Apr 2008 09:50:24 +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 */