X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=write.c;h=ec27f3d35ac078824e03f33c3ba38572177ef38d;hb=acc71cb7580672e440a12d065c22a7fefd586847;hp=bf5ce629175e70dd35b34655e102416b6699c973;hpb=3e92fcb6f07d8e6ee4bbcc06d26d569173d6c109;p=paraslash.git 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 */