X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.c;h=9d6f028319fc6e1e8f36f7406fc64475fb3576df;hp=fc34279a3820869633994a2de2cc7390982e05ad;hb=f113a41a633c0541f0d8418baf40205f4553c885;hpb=b7f19d039c4aa46faa4e9b8e889520fd72df272a diff --git a/recv.c b/recv.c index fc34279a..9d6f0283 100644 --- a/recv.c +++ b/recv.c @@ -6,6 +6,7 @@ /** \file recv.c the stand-alone audio stream receiver */ +#include #include #include @@ -20,8 +21,8 @@ #include "error.h" #include "stdout.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. */