mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Bug 886: Document why delete_cookie does not set cookies_dirty.
[ From commit 8ecf105cd5
in ELinks
0.12.GIT. --KON ]
This commit is contained in:
parent
72186129ec
commit
89f1e654c6
@ -200,6 +200,10 @@ done_cookie(struct cookie *c)
|
||||
mem_free(c);
|
||||
}
|
||||
|
||||
/* The cookie @c can be either in @cookies or in @cookie_queries.
|
||||
* Because changes in @cookie_queries should not affect the cookie
|
||||
* file, this function does not set @cookies_dirty. Instead, the
|
||||
* caller must do that if appropriate. */
|
||||
void
|
||||
delete_cookie(struct cookie *c)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user