comparison src/xs_init.c @ 230:608f31f6c095

Raw cleanup.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 21 Dec 2004 09:25:03 +0000
parents fe83646e6baa
children e613873c3379
comparison
equal deleted inserted replaced
229:7bb9e20e3092 230:608f31f6c095
44 xs_close, /* Cleanup */ 44 xs_close, /* Cleanup */
45 NULL, /* OBSOLETE! */ 45 NULL, /* OBSOLETE! */
46 NULL, /* Send data to Visualization plugin */ 46 NULL, /* Send data to Visualization plugin */
47 NULL, NULL, /* FILLED BY XMMS */ 47 NULL, NULL, /* FILLED BY XMMS */
48 xs_get_song_info, /* Get song title and length */ 48 xs_get_song_info, /* Get song title and length */
49 xs_fileinfo, /* Show file-information dialog */ 49 NULL, /*xs_fileinfo, Show file-information dialog */
50 NULL /* FILLED BY XMMS */ 50 NULL /* FILLED BY XMMS */
51 }; 51 };
52 52
53 53
54 54