summaryrefslogtreecommitdiff
path: root/news/fidogate/files/patch-rfc2ftn.c
blob: 0803694862e5fed7812a9e135251434386df4025 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- src/gate/rfc2ftn.c.orig	2004-08-22 20:19:12 UTC
+++ src/gate/rfc2ftn.c
@@ -99,7 +99,7 @@ void	usage			(void);
 static char *o_flag = NULL;		/* -o --out-packet-file		    */
 static char *w_flag = NULL;		/* -w --write-outbound 		    */
 static int   W_flag = FALSE;		/* -W --write-crash    		    */
-static int   i_flag = FALSE;		/* -i --ignore-hosts   		    */
+int   i_flag = FALSE;		/* -i --ignore-hosts   		    */
 
 static int maxmsg = 0;			/* Process maxmsg messages */