view parser-cfg.h @ 22924:4822223d8425

small syntax fix: muxrate is expressed in units of 400 bits/second, not 50 bytes per second
author nicodvb
date Sun, 08 Apr 2007 09:50:27 +0000
parents 5385740067a1
children d88f5f82826e
line wrap: on
line source

#ifndef _parser_cfg_h
#define _parser_cfg_h

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

#endif