X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=db69cf141a3833a5227c12ccba3f81a9e357e3b3;hp=bd97f15e22e1629e8b9b0895420438dd5fb46194;hb=21c6e0b09b42e61e72b741bd726856ab0bcd1d64;hpb=c6a123a4bfdce6c278ece9d368ad94c33db567da diff --git a/audiod.c b/audiod.c index bd97f15e..db69cf14 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};