changeset 456:d2ce8af54248

The structure can be declared static.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Jan 2007 22:00:04 +0000
parents fe3b0623955a
children 693baa150eea
files src/xs_init.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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 */