comparison src/vtx/vtx.c @ 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 a941cce3577d
children c306cdaf648c
comparison
equal deleted inserted replaced
1670:815c23eab53e 1671:49704b7f41db
323 .vfs_extensions = vtx_fmts /* ext assist */ 323 .vfs_extensions = vtx_fmts /* ext assist */
324 }; 324 };
325 325
326 InputPlugin *vtx_iplist[] = { &vtx_ip, NULL }; 326 InputPlugin *vtx_iplist[] = { &vtx_ip, NULL };
327 327
328 DECLARE_PLUGIN(vtx, NULL, NULL, vtx_iplist, NULL, NULL, NULL, NULL, NULL); 328 SIMPLE_INPUT_PLUGIN(vtx, vtx_iplist);