changeset 2924:049a7de72684

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 17 Aug 2008 14:15:47 +0300
parents 223822ba79f2 (current diff) 08e905b6da9b (diff)
children 1197c13e4217
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sid/xs_init.c	Sat Aug 16 21:46:08 2008 +0300
+++ b/src/sid/xs_init.c	Sun Aug 17 14:15:47 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);