X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=recv.c;h=d2af64418ec12a623dd78ca717cec2a832e3eb87;hp=d01dab68847fc93912edb7e9c7a1e873cf11a1e5;hb=f78d425970efe39d4015f987b41597d83c7718dd;hpb=6f5030f4b257aba7ea4265ef3ae35d96477bbfc3 diff --git a/recv.c b/recv.c index d01dab68..d2af6441 100644 --- a/recv.c +++ b/recv.c @@ -9,6 +9,7 @@ #include #include #include +#include #include "para.h" #include "list.h" @@ -20,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. */