Mercurial > audlegacy-plugins
diff src/sun/sun.c @ 1395:761e17b23e0c
added Discovery plugin type
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Fri, 03 Aug 2007 07:21:36 +0300 |
| parents | 6e34e226676a |
| children | c3375df9efd5 |
line wrap: on
line diff
--- a/src/sun/sun.c Sat Jul 28 14:45:30 2007 +0300 +++ b/src/sun/sun.c Fri Aug 03 07:21:36 2007 +0300 @@ -52,7 +52,7 @@ OutputPlugin *sun_oplist[] = { &sun_op, NULL }; -DECLARE_PLUGIN(sun, NULL, NULL, NULL, sun_oplist, NULL, NULL, NULL); +DECLARE_PLUGIN(sun, NULL, NULL, NULL, sun_oplist, NULL, NULL, NULL, NULL); void sun_init(void) {
