X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=0f082e26504bcc0039be7ca7f4c36349aa7ccca2;hp=285d2762fa1093baf3e49211eab73ca631f605db;hb=53d5ac455d0616a5ee8867c986631ed34c177a42;hpb=904e302f0b64887f18c9e2fec7b0bb405675ad22 diff --git a/audiod.c b/audiod.c index 285d2762..0f082e26 100644 --- a/audiod.c +++ b/audiod.c @@ -39,9 +39,10 @@ #include "signal.h" #include "version.h" +/** Array of error strings. */ +DEFINE_PARA_ERRLIST; + __printf_2_3 void (*para_log)(int, const char*, ...) = daemon_log; -/** define the array of error lists needed by para_audiod */ -INIT_AUDIOD_ERRLISTS; /** define the array containing all supported audio formats */ const char *audio_formats[] = {AUDIOD_AUDIO_FORMAT_ARRAY NULL};