# HG changeset patch # User Matti Hamalainen # Date 1218971747 -10800 # Node ID 049a7de726849fe87c572824b7c0a47a66a38b42 # Parent 223822ba79f27096fff6859c354cd2c12664cbbf# Parent 08e905b6da9b2f1157c6163c9206d4433c19588e Automated merge with ssh://hg.atheme.org//hg/audacious-plugins diff -r 223822ba79f2 -r 049a7de72684 src/sid/xs_init.c --- 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);