summaryrefslogtreecommitdiffstats
path: root/stream/cookies.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cookies.h')
-rw-r--r--stream/cookies.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/stream/cookies.h b/stream/cookies.h
index 6acd0c3ba3..491b87df78 100644
--- a/stream/cookies.h
+++ b/stream/cookies.h
@@ -23,6 +23,9 @@
#ifndef MPLAYER_COOKIES_H
#define MPLAYER_COOKIES_H
-char *cookies_lavf(void *talloc_ctx, struct mp_log *log, char *file);
+char *cookies_lavf(void *talloc_ctx,
+ struct mpv_global *global,
+ struct mp_log *log,
+ const char *file);
#endif /* MPLAYER_COOKIES_H */