comparison src/song_change/song_change.c @ 1395:761e17b23e0c

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents 6d87598ff8a9
children 2ebeb7816c5e
comparison
equal deleted inserted replaced
1394:2e25c7a29ac2 1395:761e17b23e0c
59 NULL, 59 NULL,
60 cleanup, 60 cleanup,
61 }; 61 };
62 62
63 GeneralPlugin *songchange_gplist[] = { &sc_gp, NULL }; 63 GeneralPlugin *songchange_gplist[] = { &sc_gp, NULL };
64 DECLARE_PLUGIN(songchange, NULL, NULL, NULL, NULL, NULL, songchange_gplist, NULL); 64 DECLARE_PLUGIN(songchange, NULL, NULL, NULL, NULL, NULL, songchange_gplist, NULL, NULL);
65 65
66 static void bury_child(int signal) 66 static void bury_child(int signal)
67 { 67 {
68 waitpid(-1, NULL, WNOHANG); 68 waitpid(-1, NULL, WNOHANG);
69 } 69 }