view stream/cookies.h @ 25208:1b3dabc8c2b8

Add type info to menu_t, now we can get the menu name and the type name of menu.
author ulion
date Sun, 02 Dec 2007 11:14:50 +0000
parents 3f0d00abc073
children 3baf6a2283da
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