X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=play.c;h=fac551aa161d14f258e1495a4530462ca1146357;hp=46e8ff7d6f099e016cca6338dc399e210b9e5c97;hb=3f696a82bbb79cb07bfdb8e510bb4f3515570cec;hpb=b52342d0b5df5446f149f0c1daf26f6e25b2aba7 diff --git a/play.c b/play.c index 46e8ff7d..fac551aa 100644 --- a/play.c +++ b/play.c @@ -36,6 +36,9 @@ * Playlist handling is done exclusively in play context. */ +/** Array of error strings. */ +DEFINE_PARA_ERRLIST; + /** * Describes a request to change the state of para_play. * @@ -95,9 +98,6 @@ struct play_task { char *afhi_txt; }; -/** Initialize the array of errors for para_play. */ -INIT_PLAY_ERRLISTS; - /* Activate the afh receiver. */ extern void afh_recv_init(struct receiver *r); #undef AFH_RECEIVER