aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2019-04-22 12:02:12 +0000
committerGitHub <noreply@github.com>2019-04-22 12:02:12 +0000
commitb0509cee7d56943ed59fcc5eefa1aa1baf9752ea (patch)
tree23072d3586d26ec80327ebb66aeb3ffe28ec6b51 /fm.h
parentUpdate ChangeLog (diff)
parentAllow to override UserAgent (diff)
downloadw3m-b0509cee7d56943ed59fcc5eefa1aa1baf9752ea.tar.gz
w3m-b0509cee7d56943ed59fcc5eefa1aa1baf9752ea.zip
Merge pull request #113 from spk/allow-override-user-agent
Allow to override UserAgent
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fm.h b/fm.h
index 96d3ab3..8face3c 100644
--- a/fm.h
+++ b/fm.h
@@ -935,6 +935,7 @@ global int w3m_dump init(0);
global int w3m_halfload init(FALSE);
global Str header_string init(NULL);
global int override_content_type init(FALSE);
+global int override_user_agent init(FALSE);
#ifdef USE_COLOR
global int useColor init(TRUE);