summaryrefslogtreecommitdiffstats
path: root/parser-mpcmd.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-23 07:54:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-23 07:54:10 +0000
commit5405958e341f4de535d60b0f6eb13bcc6091f956 (patch)
tree8b28581353f8069304c3fb00481d96a3d683164f /parser-mpcmd.c
parent9c0f9900ee92f1fae5901aeec00fe088d7227aa0 (diff)
downloadmpv-5405958e341f4de535d60b0f6eb13bcc6091f956.tar.bz2
mpv-5405958e341f4de535d60b0f6eb13bcc6091f956.tar.xz
Add header for macosx_finder_args() instead of forward declaring it.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30717 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'parser-mpcmd.c')
-rw-r--r--parser-mpcmd.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/parser-mpcmd.c b/parser-mpcmd.c
index b493ddf089..b03bcfb05a 100644
--- a/parser-mpcmd.c
+++ b/parser-mpcmd.c
@@ -36,6 +36,7 @@
#include "m_config.h"
#include "playtree.h"
#include "parser-mpcmd.h"
+#include "osdep/macosx_finder_args.h"
static int recursion_depth = 0;
static int mode = 0;
@@ -91,9 +92,6 @@ m_config_parse_mp_command_line(m_config_t *config, int argc, char **argv)
int no_more_opts = 0;
int opt_exit = 0; // flag indicating whether mplayer should exit without playing anything
play_tree_t *last_parent, *last_entry = NULL, *root;
-#ifdef CONFIG_MACOSX_FINDER
- play_tree_t *macosx_finder_args(m_config_t *, int , char **);
-#endif
#ifdef MP_DEBUG
assert(config != NULL);