diff src/xs_init.c @ 456:d2ce8af54248

The structure can be declared static.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Jan 2007 22:00:04 +0000
parents d2e6682d3ef8
children e19336d4b56d
line wrap: on
line diff
--- 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 */