11# define a_Cookies_get_query(url, requester) dStrdup("")
12# define a_Cookies_set() ;
13# define a_Cookies_freeall() ;
18 const char *server_date);
void a_Cookies_init(void)
Initialize the cookies module (The 'disabled' variable is writable only within a_Cookies_init)
void a_Cookies_freeall(void)
Flush cookies to disk and free all the memory allocated.
char * a_Cookies_get_query(const DilloUrl *query_url, const DilloUrl *requester)
Return a string containing cookie data for an HTTP query.
void a_Cookies_set(Dlist *cookie_string, const DilloUrl *set_url, const char *server_date)
Set the value corresponding to the cookie string.