# HG changeset patch # User Matti Hamalainen # Date 1169676004 0 # Node ID d2ce8af54248bc3d12b51e4d0a26acac66ca8268 # Parent fe3b0623955ae5a6e244b9df2365ed778f763eee The structure can be declared static. diff -r fe3b0623955a -r d2ce8af54248 src/xs_init.c --- a/src/xs_init.c Wed Jan 24 21:59:04 2007 +0000 +++ b/src/xs_init.c Wed Jan 24 22:00:04 2007 +0000 @@ -25,7 +25,8 @@ #include "xs_config.h" #include "xs_fileinfo.h" -InputPlugin xs_plugin_ip = { + +static InputPlugin xs_plugin_ip = { NULL, /* FILLED BY XMMS */ NULL, /* FILLED BY XMMS */ PACKAGE_STRING, /* Plugin description */