view parser-cfg.h @ 23666:5c3c7efd9b75

Get rid of my_memcpy_pic code duplication in many filters.
author reimar
date Thu, 28 Jun 2007 11:24:12 +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