Get rid of nonsensical limits on -geometry x, y,w and h values, they only
[mplayer/glamo.git] / stream / cookies.h
blobf4c2a0525e3ca7d644495d428b9a5a025576c06f
1 /*
2 * HTTP Cookies
3 * Reads Netscape and Mozilla cookies.txt files
4 *
5 * by Dave Lambley <mplayer@davel.me.uk>
6 */
8 #ifndef MPLAYER_COOKIES_H
9 #define MPLAYER_COOKIES_H
11 #include "http.h"
13 void cookies_set(HTTP_header_t * http_hdr, const char *hostname,
14 const char *url);
16 #endif /* MPLAYER_COOKIES_H */