summaryrefslogtreecommitdiffstats
path: root/stream/cookies.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/cookies.h')
-rw-r--r--stream/cookies.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stream/cookies.h b/stream/cookies.h
index 86c1e3bce9..b2a31d066a 100644
--- a/stream/cookies.h
+++ b/stream/cookies.h
@@ -24,6 +24,6 @@
#ifndef MPLAYER_COOKIES_H
#define MPLAYER_COOKIES_H
-char *cookies_lavf(struct mp_log *log);
+char *cookies_lavf(void *talloc_ctx, struct mp_log *log, char *file);
#endif /* MPLAYER_COOKIES_H */