~ubuntu-branches/ubuntu/precise/mplayer2/precise-proposed

« back to all changes in this revision

Viewing changes to parser-mpcmd.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2012-01-12 22:59:30 UTC
  • mfrom: (5.1.8 sid)
  • Revision ID: package-import@ubuntu.com-20120112225930-jsg10o7na7nk73w5
Tags: 2.0-426-gc32b3ed-2
* Upload to unstable
* don't build-depend on libcdparanoia-dev on the hurd

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include "playtree.h"
23
23
#include "m_config.h"
24
24
 
25
 
play_tree_t* m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv);
 
25
play_tree_t *m_config_parse_mp_command_line(m_config_t *config, int argc,
 
26
                                            char **argv);
 
27
int m_config_preparse_command_line(m_config_t *config, int argc, char **argv);
26
28
 
27
29
#endif /* MPLAYER_PARSER_MPCMD_H */