Comment out the correct #endif directive.
[mplayer/greg.git] / stream / cookies.h
blob6cee7534636e16161410bad111f1fa62913cc158
1 /*
2 * HTTP Cookies
3 * Reads Netscape and Mozilla cookies.txt files
4 *
5 * by Dave Lambley <mplayer@davel.me.uk>
6 */
8 #ifndef COOKIES_H
9 #define COOKIES_H
11 #include "http.h"
13 extern void cookies_set(HTTP_header_t * http_hdr, const char *hostname,
14 const char *url);
16 #endif