X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audioc.c;h=3134faa1165b5972bff64f230e294c40f6615fe8;hb=45b4e8b0ba410fd929a341a9bf84b1ac3995d734;hp=5c081da5d7ab94437f042e2eac80233c8bd09aa2;hpb=ffce7c91c56ba42b8546a820dff7dc78a6c4fcaf;p=paraslash.git diff --git a/audioc.c b/audioc.c index 5c081da5..3134faa1 100644 --- a/audioc.c +++ b/audioc.c @@ -1,11 +1,12 @@ /* - * Copyright (C) 2005-2009 Andre Noll + * Copyright (C) 2005-2010 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \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);