summaryrefslogtreecommitdiffstats
path: root/sub/find_subfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'sub/find_subfiles.h')
-rw-r--r--sub/find_subfiles.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/sub/find_subfiles.h b/sub/find_subfiles.h
index fa47864e71..d11c02627b 100644
--- a/sub/find_subfiles.h
+++ b/sub/find_subfiles.h
@@ -19,14 +19,13 @@
#ifndef MPLAYER_FIND_SUBFILES_H
#define MPLAYER_FIND_SUBFILES_H
-struct MPOpts;
-
struct subfn {
int priority;
char *fname;
char *lang;
};
-struct subfn *find_text_subtitles(struct MPOpts *opts, const char *fname);
+struct mpv_global;
+struct subfn *find_text_subtitles(struct mpv_global *global, const char *fname);
#endif /* MPLAYER_FINDFILES_H */