changeset 1671:49704b7f41db audacious-plugins-1.4.0-dr3

Use SIMPLE_INPUT_PLUGIN
author Christian Birchinger <joker@netswarm.net>
date Sat, 08 Sep 2007 14:52:29 +0200
parents 815c23eab53e
children 416cca12988f
files src/vtx/vtx.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);