aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 305a632..5e63e24 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.75 2002/11/11 15:33:35 ukai Exp $ */
+/* $Id: fm.h,v 1.76 2002/11/14 16:56:23 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -745,11 +745,17 @@ extern unsigned char PcKeymap[];
extern FuncList w3mFuncList[];
global char *HTTP_proxy init(NULL);
+#ifdef USE_SSL
+global char *HTTPS_proxy init(NULL);
+#endif /* USE_SSL */
#ifdef USE_GOPHER
global char *GOPHER_proxy init(NULL);
#endif /* USE_GOPHER */
global char *FTP_proxy init(NULL);
global ParsedURL HTTP_proxy_parsed;
+#ifdef USE_SSL
+global ParsedURL HTTPS_proxy_parsed;
+#endif /* USE_SSL */
#ifdef USE_GOPHER
global ParsedURL GOPHER_proxy_parsed;
#endif /* USE_GOPHER */