changeset 2926:084e30521f03

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 20 Aug 2008 02:50:56 +0300
parents 12588a9a458f (current diff) 1197c13e4217 (diff)
children 2bcafe0a224e
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sid/xs_init.c	Wed Aug 20 02:46:53 2008 +0300
+++ b/src/sid/xs_init.c	Wed Aug 20 02:50:56 2008 +0300
@@ -50,4 +50,4 @@
 
 static InputPlugin *sid_iplist[] = { &xs_plugin_ip, NULL };
 
-DECLARE_PLUGIN(sid, NULL, NULL, sid_iplist, NULL, NULL, NULL, NULL, NULL);
+SIMPLE_INPUT_PLUGIN(sid, sid_iplist);