changeset 2925:1197c13e4217

Automated merge with ssh://hg.atheme.org//hg/audacious-plugins
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 18 Aug 2008 21:50:42 +0300
parents 9ec994a3bb59 (current diff) 049a7de72684 (diff)
children 084e30521f03
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sid/xs_init.c	Mon Aug 18 20:36:35 2008 +0200
+++ b/src/sid/xs_init.c	Mon Aug 18 21:50:42 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);