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