diff src/pulse_audio/pulse_audio.c @ 1395:761e17b23e0c

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents a9a97179a1f9
children 815c23eab53e
line wrap: on
line diff
--- a/src/pulse_audio/pulse_audio.c	Sat Jul 28 14:45:30 2007 +0300
+++ b/src/pulse_audio/pulse_audio.c	Fri Aug 03 07:21:36 2007 +0300
@@ -727,4 +727,4 @@
 
 OutputPlugin *pulse_oplist[] = { &pulse_op, NULL };
 
-DECLARE_PLUGIN(pulse, NULL, NULL, NULL, pulse_oplist, NULL, NULL, NULL);
+DECLARE_PLUGIN(pulse, NULL, NULL, NULL, pulse_oplist, NULL, NULL, NULL, NULL);