aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/fm.h b/fm.h
index 20d3ee4..6b45d3a 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.124 2003/10/05 18:52:51 ukai Exp $ */
+/* $Id: fm.h,v 1.125 2004/04/16 18:47:19 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -669,15 +669,6 @@ struct html_feed_environ {
int blank_lines;
};
-struct auth_cookie {
- Str host;
- int port;
- Str file;
- Str realm;
- Str cookie;
- struct auth_cookie *next;
-};
-
#ifdef USE_COOKIE
struct portlist {
unsigned short port;