]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
Sort errors alphabetically.
[paraslash.git] / audiod.c
index 285d2762fa1093baf3e49211eab73ca631f605db..0f082e26504bcc0039be7ca7f4c36349aa7ccca2 100644 (file)
--- a/audiod.c
+++ b/audiod.c
 #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};