aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/fm.h b/fm.h
index 48abafa..e647b96 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.99 2002/12/18 16:42:31 ukai Exp $ */
+/* $Id: fm.h,v 1.100 2002/12/27 16:07:44 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -816,6 +816,11 @@ global char NoCache init(FALSE);
global char use_proxy init(TRUE);
#define Do_not_use_proxy (!use_proxy)
global int Do_not_use_ti_te init(FALSE);
+#ifdef USE_NNTP
+global char *NNTP_server init(NULL);
+global char *NNTP_mode init(NULL);
+global int MaxNewsMessage init(50);
+#endif
global char *document_root init(NULL);
global char *personal_document_root init(NULL);