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