summaryrefslogtreecommitdiffstats
path: root/common/playlist_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/playlist_parser.h')
-rw-r--r--common/playlist_parser.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/common/playlist_parser.h b/common/playlist_parser.h
index a541aa2cb4..9d139d90f3 100644
--- a/common/playlist_parser.h
+++ b/common/playlist_parser.h
@@ -19,11 +19,9 @@
#ifndef MPLAYER_PLAYLISTPARSER_H
#define MPLAYER_PLAYLISTPARSER_H
-#include <stdbool.h>
-
-struct MPOpts;
+struct mpv_global;
struct playlist;
-struct playlist *playlist_parse_file(const char *file, struct MPOpts *opts);
+struct playlist *playlist_parse_file(const char *file, struct mpv_global *global);
#endif