X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audioc.c;h=fa1768b52f26eb69b6806f18c42d098a0267259e;hb=957daedc7a0f238a9d3b34ff4a3c84d5ed3851ec;hp=5c081da5d7ab94437f042e2eac80233c8bd09aa2;hpb=ffce7c91c56ba42b8546a820dff7dc78a6c4fcaf;p=paraslash.git diff --git a/audioc.c b/audioc.c index 5c081da5..fa1768b5 100644 --- a/audioc.c +++ b/audioc.c @@ -6,6 +6,7 @@ /** \file audioc.c the client program used to connect to para_audiod */ +#include #include #include @@ -18,8 +19,8 @@ INIT_AUDIOC_ERRLISTS; -/** the gengetopt structure containing command line args */ -struct audioc_args_info conf; +/** The gengetopt structure containing command line args. */ +static struct audioc_args_info conf; static int loglevel; INIT_STDERR_LOGGING(loglevel);