aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-03-13 09:30:32 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-03-13 11:06:18 +0000
commit06181fceffb21e9b592e45649c943741055152ae (patch)
treefa7f41c7c352ba411997245cf739b7db08afd8cd /fm.h
parentUpdate ChangeLog (diff)
downloadw3m-06181fceffb21e9b592e45649c943741055152ae.tar.gz
w3m-06181fceffb21e9b592e45649c943741055152ae.zip
Add extbrowser4, extbrowser5, ..., and extbrowser9
Diffstat (limited to '')
-rw-r--r--fm.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fm.h b/fm.h
index f4194ee..4bd83bc 100644
--- a/fm.h
+++ b/fm.h
@@ -994,6 +994,12 @@ global int MailtoOptions init(MAILTO_OPTIONS_IGNORE);
global char *ExtBrowser init(DEF_EXT_BROWSER);
global char *ExtBrowser2 init(NULL);
global char *ExtBrowser3 init(NULL);
+global char *ExtBrowser4 init(NULL);
+global char *ExtBrowser5 init(NULL);
+global char *ExtBrowser6 init(NULL);
+global char *ExtBrowser7 init(NULL);
+global char *ExtBrowser8 init(NULL);
+global char *ExtBrowser9 init(NULL);
global int BackgroundExtViewer init(TRUE);
global int disable_secret_security_check init(FALSE);
global char *passwd_file init(PASSWD_FILE);