summaryrefslogtreecommitdiffstats
path: root/osdep/macosx_finder_args.h
diff options
context:
space:
mode:
Diffstat (limited to 'osdep/macosx_finder_args.h')
-rw-r--r--osdep/macosx_finder_args.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/osdep/macosx_finder_args.h b/osdep/macosx_finder_args.h
index 1f18931712..2920a577ac 100644
--- a/osdep/macosx_finder_args.h
+++ b/osdep/macosx_finder_args.h
@@ -19,9 +19,11 @@
#ifndef MPLAYER_MACOSX_FINDER_ARGS_H
#define MPLAYER_MACOSX_FINDER_ARGS_H
+#include <stdbool.h>
#include "m_config.h"
-#include "playtree.h"
-play_tree_t *macosx_finder_args(m_config_t *config, int argc, char **argv);
+struct playlist;
+bool *macosx_finder_args(m_config_t *config, struct playlist *files,
+ int argc, char **argv);
#endif /* MPLAYER_MACOSX_FINDER_ARGS_H */