X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.c;h=d2af64418ec12a623dd78ca717cec2a832e3eb87;hp=fc34279a3820869633994a2de2cc7390982e05ad;hb=f78d425970efe39d4015f987b41597d83c7718dd;hpb=b7f19d039c4aa46faa4e9b8e889520fd72df272a diff --git a/recv.c b/recv.c index fc34279a..d2af6441 100644 --- a/recv.c +++ b/recv.c @@ -6,8 +6,10 @@ /** \file recv.c the stand-alone audio stream receiver */ +#include #include #include +#include #include "para.h" #include "list.h" @@ -19,9 +21,10 @@ #include "string.h" #include "error.h" #include "stdout.h" +#include "buffer_tree.h" -/** the gengetopt args info struct */ -struct recv_args_info conf; +/** The gengetopt args info struct. */ +static struct recv_args_info conf; static int loglevel; /** Always log to stderr. */