# HG changeset patch # User Matti Hamalainen # Date 1219085442 -10800 # Node ID 1197c13e42176c6c45aca10c0d6d2c5745624214 # Parent 9ec994a3bb59483459b721758fd2e377a318a1b1# Parent 049a7de726849fe87c572824b7c0a47a66a38b42 Automated merge with ssh://hg.atheme.org//hg/audacious-plugins diff -r 9ec994a3bb59 -r 1197c13e4217 src/sid/xs_init.c --- 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);