comparison src/xs_init.c @ 40:1788f4ce6a44

Numerous changes towards 0.8
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 22:38:01 +0000
parents 271be59be975
children fe83646e6baa
comparison
equal deleted inserted replaced
39:85a7753e2a9a 40:1788f4ce6a44
27 InputPlugin xs_plugin_ip = { 27 InputPlugin xs_plugin_ip = {
28 NULL, /* FILLED BY XMMS */ 28 NULL, /* FILLED BY XMMS */
29 NULL, /* FILLED BY XMMS */ 29 NULL, /* FILLED BY XMMS */
30 PACKAGE_STRING, /* Plugin description */ 30 PACKAGE_STRING, /* Plugin description */
31 xs_init, /* Initialization */ 31 xs_init, /* Initialization */
32 xs_aboutbox, /* Show aboutbox */ 32 xs_about, /* Show aboutbox */
33 xs_configure, /* Show/edit configuration */ 33 xs_configure, /* Show/edit configuration */
34 xs_is_our_file, /* Check file */ 34 xs_is_our_file, /* Check file */
35 NULL, /* Scan directory */ 35 NULL, /* Scan directory */
36 xs_play_file, /* Play given file */ 36 xs_play_file, /* Play given file */
37 xs_stop, /* Stop playing */ 37 xs_stop, /* Stop playing */