diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2016-03-13 09:30:32 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2016-03-13 11:06:18 +0000 |
commit | 06181fceffb21e9b592e45649c943741055152ae (patch) | |
tree | fa7f41c7c352ba411997245cf739b7db08afd8cd /fm.h | |
parent | Update ChangeLog (diff) | |
download | w3m-06181fceffb21e9b592e45649c943741055152ae.tar.gz w3m-06181fceffb21e9b592e45649c943741055152ae.zip |
Add extbrowser4, extbrowser5, ..., and extbrowser9
Diffstat (limited to 'fm.h')
-rw-r--r-- | fm.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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); |