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 abc8a018..9900a017 100644
--- a/src/LYCookie.h
+++ b/src/LYCookie.h
@@ -3,7 +3,8 @@
 #define LYCOOKIES_H
 
 extern void LYSetCookie PARAMS((
-	CONST char *	header,
+	CONST char *	SetCookie,
+	CONST char *	SetCookie2,
 	CONST char *	address));
 extern char *LYCookie PARAMS((
 	CONST char *	hostname,