comparison src/xs_init.c @ 470:e19336d4b56d

Okay, the staticizin wasn't corrent. I'm way too tired. :D
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 25 Jan 2007 03:50:03 +0000
parents d2ce8af54248
children e2f2a9ce0e10
comparison
equal deleted inserted replaced
469:d600f45c92d2 470:e19336d4b56d
18 18
19 You should have received a copy of the GNU General Public License along 19 You should have received a copy of the GNU General Public License along
20 with this program; if not, write to the Free Software Foundation, Inc., 20 with this program; if not, write to the Free Software Foundation, Inc.,
21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 21 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
22 */ 22 */
23
24 #include "xmms-sid.h" 23 #include "xmms-sid.h"
25 #include "xs_config.h" 24 #include "xs_config.h"
26 #include "xs_fileinfo.h" 25 #include "xs_fileinfo.h"
27 26
28 27
29 static InputPlugin xs_plugin_ip = { 28 InputPlugin xs_plugin_ip = {
30 NULL, /* FILLED BY XMMS */ 29 NULL, /* FILLED BY XMMS */
31 NULL, /* FILLED BY XMMS */ 30 NULL, /* FILLED BY XMMS */
32 PACKAGE_STRING, /* Plugin description */ 31 PACKAGE_STRING, /* Plugin description */
33 xs_init, /* Initialization */ 32 xs_init, /* Initialization */
34 xs_about, /* Show aboutbox */ 33 xs_about, /* Show aboutbox */