comparison src/xmms-sid.c @ 659:04ea91a61225

Constify a table.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 02 Apr 2008 21:29:26 +0300
parents acaba070cf49
children b0743dc9165d
comparison
equal deleted inserted replaced
658:66b4f77b82c3 659:04ea91a61225
54 54
55 55
56 /* 56 /*
57 * List of players and links to their functions 57 * List of players and links to their functions
58 */ 58 */
59 xs_player_t xs_playerlist[] = { 59 static const xs_player_t xs_playerlist[] = {
60 #ifdef HAVE_SIDPLAY1 60 #ifdef HAVE_SIDPLAY1
61 {XS_ENG_SIDPLAY1, 61 {XS_ENG_SIDPLAY1,
62 xs_sidplay1_probe, 62 xs_sidplay1_probe,
63 xs_sidplay1_init, xs_sidplay1_close, 63 xs_sidplay1_init, xs_sidplay1_close,
64 xs_sidplay1_initsong, xs_sidplay1_fillbuffer, 64 xs_sidplay1_initsong, xs_sidplay1_fillbuffer,