aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorDai Sato <satodai@w3m.jp>2006-12-10 10:49:23 +0000
committerDai Sato <satodai@w3m.jp>2006-12-10 10:49:23 +0000
commitdd02a73fcf0ebfd09989ac04cde013ae4ff2cce6 (patch)
tree3c3b6588273a6e10a635861dd4f84085f1b4a9d3 /fm.h
parentmailcap.c (acceptableMimeTypes): change default accept: line (diff)
downloadw3m-dd02a73fcf0ebfd09989ac04cde013ae4ff2cce6.tar.gz
w3m-dd02a73fcf0ebfd09989ac04cde013ae4ff2cce6.zip
add LiveHTTPHeaders-like option: -reqlog.
Diffstat (limited to '')
-rw-r--r--fm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fm.h b/fm.h
index bd8d65b..984d935 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.131 2006/04/08 11:33:16 inu Exp $ */
+/* $Id: fm.h,v 1.132 2006/12/10 10:49:23 inu Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -870,7 +870,7 @@ global DownloadList *LastDL init(NULL);
global int CurrentKey;
global char *CurrentKeyData;
global char *CurrentCmdData;
-
+global char *w3m_reqlog;
extern char *w3m_version;
#define DUMP_BUFFER 0x01