X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=3134faa1165b5972bff64f230e294c40f6615fe8;hp=5c081da5d7ab94437f042e2eac80233c8bd09aa2;hb=98f2c8aea52a49fad3fd6df67b1eb32c1499176c;hpb=bc086fe5537bd3078b920454958b61287a75c568 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);