comparison src/xs_init.c @ 24:271be59be975

Lots of changes
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 07 Jun 2003 12:42:05 +0000
parents 279b1e12df2b
children 1788f4ce6a44
comparison
equal deleted inserted replaced
23:469efc05e01e 24:271be59be975
19 along with this program; if not, write to the Free Software 19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21 */ 21 */
22 22
23 #include "xmms-sid.h" 23 #include "xmms-sid.h"
24 #include "xs_config.h"
24 25
25 26
26 InputPlugin xs_plugin_ip = { 27 InputPlugin xs_plugin_ip = {
27 NULL, /* FILLED BY XMMS */ 28 NULL, /* FILLED BY XMMS */
28 NULL, /* FILLED BY XMMS */ 29 NULL, /* FILLED BY XMMS */
29 XMMS_SID_NAME " " VERSION, /* Plugin description */ 30 PACKAGE_STRING, /* Plugin description */
30 xs_init, /* Initialization */ 31 xs_init, /* Initialization */
31 xs_aboutbox, /* Show aboutbox */ 32 xs_aboutbox, /* Show aboutbox */
32 xs_configure, /* Show/edit configuration */ 33 xs_configure, /* Show/edit configuration */
33 xs_is_our_file, /* Check file */ 34 xs_is_our_file, /* Check file */
34 NULL, /* Scan directory */ 35 NULL, /* Scan directory */