comparison stream/cookies.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents 64d82a45a05d
children 3baf6a2283da
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
3 * Reads Netscape and Mozilla cookies.txt files 3 * Reads Netscape and Mozilla cookies.txt files
4 * 4 *
5 * by Dave Lambley <mplayer@davel.me.uk> 5 * by Dave Lambley <mplayer@davel.me.uk>
6 */ 6 */
7 7
8 #ifndef __COOKIES_H 8 #ifndef COOKIES_H
9 #define __COOKIES_H 9 #define COOKIES_H
10 10
11 #include "http.h" 11 #include "http.h"
12 12
13 extern void cookies_set(HTTP_header_t * http_hdr, const char *hostname, 13 extern void cookies_set(HTTP_header_t * http_hdr, const char *hostname,
14 const char *url); 14 const char *url);