From b644601f59515255fa65cb2780f4c9f98ef8f8db Mon Sep 17 00:00:00 2001 From: hugo303 Date: Mon, 27 Aug 2007 13:13:11 +0000 Subject: [PATCH] * Made send_file1 and send_file2 static. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@414 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- src/check_msg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/check_msg.c b/src/check_msg.c index ef2c543..34c88f1 100644 --- a/src/check_msg.c +++ b/src/check_msg.c @@ -54,8 +54,8 @@ * reading and writing. */ -FILE *send_file1; -FILE *send_file2; +static FILE *send_file1; +static FILE *send_file2; static FILE * get_pipe(void); static void setup_pipe (void); -- 2.40.0