view libmpdemux/cookies.h @ 18492:2156717ad6f9

1.1289: support lavc mv0_threshold 1.1288: Rework the karaoke audio filter section. 1.1287: New karaoke af 1.1286: roff syntax fix 1.1285: like it or not, the vfw options are -(xvfw)opts, not -(vfw)opts
author kraymer
date Sat, 13 May 2006 21:59:18 +0000
parents 2af52902e7dc
children
line wrap: on
line source

/*
 * HTTP Cookies
 * Reads Netscape and Mozilla cookies.txt files
 * 
 * by Dave Lambley <mplayer@davel.me.uk>
 */

#ifndef __COOKIES_H
#define __COOKIES_H

#include "http.h"

extern void cookies_set(HTTP_header_t * http_hdr, const char *hostname,
			const char *url);

#endif