Mercurial > audlegacy
comparison src/audacious/pluginenum.c @ 3741:a1b31fe5a249
export ip_data and cfg
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sat, 13 Oct 2007 23:43:45 -0500 |
| parents | 48a596a86459 |
| children | e2f8feddbb19 |
comparison
equal
deleted
inserted
replaced
| 3740:240669919716 | 3741:a1b31fe5a249 |
|---|---|
| 257 .playlist_load_ins_file = playlist_load_ins_file, | 257 .playlist_load_ins_file = playlist_load_ins_file, |
| 258 .playlist_load_ins_file_tuple = playlist_load_ins_file_tuple, | 258 .playlist_load_ins_file_tuple = playlist_load_ins_file_tuple, |
| 259 | 259 |
| 260 .playlist_get_active = playlist_get_active, | 260 .playlist_get_active = playlist_get_active, |
| 261 .playlist_playlists_equal = playlist_playlists_equal, | 261 .playlist_playlists_equal = playlist_playlists_equal, |
| 262 | |
| 263 .ip_state = &ip_data, | |
| 264 ._cfg = &cfg, | |
| 262 }; | 265 }; |
| 263 | 266 |
| 264 /*****************************************************************/ | 267 /*****************************************************************/ |
| 265 | 268 |
| 266 GList *lowlevel_list = NULL; | 269 GList *lowlevel_list = NULL; |
