comparison src/song_change/song_change.c @ 1060:2649ba83333b trunk

[svn] - remove xmms_session value from GeneralPlugin structs per plugin api v2
author nenolod
date Thu, 24 May 2007 02:07:53 -0700
parents 7cd2050c6f82
children 751a95e21a08
comparison
equal deleted inserted replaced
1059:f305ebcc8136 1060:2649ba83333b
40 40
41 GeneralPlugin sc_gp = 41 GeneralPlugin sc_gp =
42 { 42 {
43 NULL, /* handle */ 43 NULL, /* handle */
44 NULL, /* filename */ 44 NULL, /* filename */
45 -1, /* xmms_session */
46 NULL, /* Description */ 45 NULL, /* Description */
47 init, 46 init,
48 NULL, 47 NULL,
49 NULL, 48 NULL,
50 cleanup, 49 cleanup,