X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audioc.c;h=f8fd80faa77bdea4a4f1139bb8168268ce59ddc3;hp=001619d5eb07f6a0da0368c2055a263be7f381e1;hb=bc78a94412b17dfd445d6bb88f752041df3cf7ba;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d diff --git a/audioc.c b/audioc.c index 001619d5..f8fd80fa 100644 --- a/audioc.c +++ b/audioc.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2014 Andre Noll + * Copyright (C) 2005 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -13,7 +13,6 @@ #include #include #include -#include #include #include "audioc.cmdline.h" @@ -25,7 +24,8 @@ #include "ggo.h" #include "version.h" -INIT_AUDIOC_ERRLISTS; +/** Array of error strings. */ +DEFINE_PARA_ERRLIST; /** The gengetopt structure containing command line args. */ static struct audioc_args_info conf; @@ -72,7 +72,7 @@ fail: #include "sched.h" #include "buffer_tree.h" #include "interactive.h" -#include "audiod_completion.h" +#include "audiod.completion.h" static struct sched sched;