comparison src/modplug/plugin.cxx @ 1395:761e17b23e0c

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents 1233d2efceab
children 195b5657303e
comparison
equal deleted inserted replaced
1394:2e25c7a29ac2 1395:761e17b23e0c
113 (gchar **)fmts, 113 (gchar **)fmts,
114 }; 114 };
115 115
116 InputPlugin *modplug_iplist[] = { &gModPlug, NULL }; 116 InputPlugin *modplug_iplist[] = { &gModPlug, NULL };
117 117
118 DECLARE_PLUGIN(modplug, NULL, NULL, modplug_iplist, NULL, NULL, NULL, NULL); 118 DECLARE_PLUGIN(modplug, NULL, NULL, modplug_iplist, NULL, NULL, NULL, NULL,NULL);