Make sure we always have a swab() prototype when we use it,
[mplayer/glamo.git] / parser-mpcmd.h
blob0e3f35676e2fd308399ea8404264eb422088a9b7
1 #ifndef _parser_mpcmd_h
2 #define _parser_mpcmd_h
4 extern play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);
6 #endif