view parser-mpcmd.h @ 21249:e181136346c8

Revert r21251 (moving loader/config.h contents to main config.h). There are #ifdef TRACE tests in libav* and defining TRACE in toplevel config.h breaks things.
author uau
date Sun, 26 Nov 2006 13:17:50 +0000
parents 5385740067a1
children d88f5f82826e
line wrap: on
line source

#ifndef _parser_mpcmd_h
#define _parser_mpcmd_h

extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);

#endif