From 3a637d411f603fd82ee0bf8a181ea20d60e7c88f Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 22 Dec 2013 13:11:22 +0100 Subject: options: move network related options to MPOpts --- stream/cookies.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stream/cookies.h') 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 */ -- cgit v1.2.3