about summary refs log tree commit diff stats
path: root/src/LYCookie.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYCookie.h')
-rw-r--r--src/LYCookie.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/LYCookie.h b/src/LYCookie.h
index e1bf835f..ecbf9301 100644
--- a/src/LYCookie.h
+++ b/src/LYCookie.h
@@ -1,4 +1,4 @@
-/* $LynxId: LYCookie.h,v 1.19 2010/09/25 11:35:24 tom Exp $ */
+/* $LynxId: LYCookie.h,v 1.20 2011/06/07 08:29:39 tom Exp $ */
 #ifndef LYCOOKIES_H
 #define LYCOOKIES_H
 
@@ -35,6 +35,7 @@ extern "C" {
 
     struct _domain_entry {
 	char *domain;		/* Domain for which these cookies are valid */
+	char *ddomain;		/* Domain without leading "." */
 	behaviour_t bv;
 	invcheck_behaviour_t invcheck_bv;
 	HTList *cookie_list;