summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cookies.h
blob: e4b1f13f9b747c1fc99ee0b1bd5f4ae7cd6fef83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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