X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.c;h=0f082e26504bcc0039be7ca7f4c36349aa7ccca2;hb=a775408e5d2e3b21dff741b89ff5330b397b5138;hp=285d2762fa1093baf3e49211eab73ca631f605db;hpb=78cc9c57ad9b1cc389956957030d37f71cb60a07;p=paraslash.git 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};