From 06181fceffb21e9b592e45649c943741055152ae Mon Sep 17 00:00:00 2001 From: Tatsuya Kinoshita Date: Sun, 13 Mar 2016 18:30:32 +0900 Subject: Add extbrowser4, extbrowser5, ..., and extbrowser9 --- fm.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'fm.h') 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); -- cgit v1.2.3