# HG changeset patch # User Matti Hamalainen # Date 1219189856 -10800 # Node ID 084e30521f030b6250430c7d695baf45512e991b # Parent 12588a9a458ff25c819f01633893ce3c83a6daba# Parent 1197c13e42176c6c45aca10c0d6d2c5745624214 Automated merge with ssh://hg.atheme.org//hg/audacious-plugins diff -r 12588a9a458f -r 084e30521f03 src/sid/xs_init.c --- 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);