From: Andre Date: Wed, 1 Nov 2006 14:16:31 +0000 (+0100) Subject: write.c: Make some variables static X-Git-Tag: v0.2.15~126^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9b3b5e8babdf1fd13e2e5c18572f33d9a701cb4f;hp=17cba74507aad9a2cf5a8f113270e4bf6f8ade40 write.c: Make some variables static --- diff --git a/write.c b/write.c index bf5ce629..ec27f3d3 100644 --- a/write.c +++ b/write.c @@ -60,9 +60,9 @@ struct initial_delay_task { }; static struct write_args_info conf; -struct stdin_task sit; -struct check_wav_task cwt; -struct initial_delay_task idt; +static struct stdin_task sit; +static struct check_wav_task cwt; +static struct initial_delay_task idt; static struct writer_node_group *wng; /** length of a standard wav header */