options: move network related options to MPOpts

This commit is contained in:
wm4
2013-12-22 13:11:22 +01:00
parent 38be9d5fed
commit 3a637d411f
5 changed files with 39 additions and 50 deletions

View File

@@ -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 */