# HG changeset patch # User Matti Hamalainen # Date 1218654613 -10800 # Node ID 08e905b6da9b2f1157c6163c9206d4433c19588e # Parent 6c40707ce9d5a17c911bb32ad2f20c06e59e8b65 Use SIMPLE_INPUT_PLUGIN macro. diff -r 6c40707ce9d5 -r 08e905b6da9b src/sid/xs_init.c --- a/src/sid/xs_init.c Wed Aug 13 21:58:46 2008 +0300 +++ b/src/sid/xs_init.c Wed Aug 13 22:10:13 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);