aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2002-09-10 17:27:39 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2002-09-10 17:27:39 +0000
commit3421febe800059fc260e54318262688c5d9bfee7 (patch)
tree7b7d2db6582a96cf5c09621094a617cce145ba80 /fm.h
parent[w3m-dev 03300] framebuffer: 8bit color support (diff)
downloadw3m-3421febe800059fc260e54318262688c5d9bfee7.tar.gz
w3m-3421febe800059fc260e54318262688c5d9bfee7.zip
[w3m-dev 03307] add password_file support
* file.c (find_auth_user_passwd): added * fm.h (passwd_file): added * rc.c (CMT_PASSWDFILE): added (passwdfile): added From: Fumitoshi UKAI <ukai@debian.or.jp>
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index da12859..f37f3f6 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.62 2002/08/20 17:49:39 ukai Exp $ */
+/* $Id: fm.h,v 1.63 2002/09/10 17:27:47 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -838,6 +838,7 @@ global char *ExtBrowser init(DEF_EXT_BROWSER);
global char *ExtBrowser2 init(NULL);
global char *ExtBrowser3 init(NULL);
global int BackgroundExtViewer init(TRUE);
+global char *passwd_file init(NULL);
global char *ftppasswd init(NULL);
#ifdef FTPPASS_HOSTNAMEGEN
global int ftppass_hostnamegen init(TRUE);