# HG changeset patch # User Christian Birchinger # Date 1189255949 -7200 # Node ID 49704b7f41db4070965a16fd6856a7e4760dbc1c # Parent 815c23eab53eceaecb087031bcff1d267a23cb4e Use SIMPLE_INPUT_PLUGIN diff -r 815c23eab53e -r 49704b7f41db src/vtx/vtx.c --- a/src/vtx/vtx.c Sat Sep 08 14:49:11 2007 +0200 +++ b/src/vtx/vtx.c Sat Sep 08 14:52:29 2007 +0200 @@ -325,4 +325,4 @@ InputPlugin *vtx_iplist[] = { &vtx_ip, NULL }; -DECLARE_PLUGIN(vtx, NULL, NULL, vtx_iplist, NULL, NULL, NULL, NULL, NULL); +SIMPLE_INPUT_PLUGIN(vtx, vtx_iplist);