comparison src/xs_genui.c @ 42:0f00ebab063d

Fixes
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Jun 2003 23:50:01 +0000
parents 1788f4ce6a44
children 3fca0b13a80a
comparison
equal deleted inserted replaced
41:c145ff12f2d0 42:0f00ebab063d
24 24
25 } 25 }
26 26
27 27
28 void 28 void
29 ctrl_song_prev (GtkButton *button, 29 xs_ctrl_song_prev (GtkButton *button,
30 gpointer user_data) 30 gpointer user_data)
31 { 31 {
32 32
33 } 33 }
34 34
35 35
36 void 36 void
37 ctrl_song_next (GtkButton *button, 37 xs_ctrl_song_next (GtkButton *button,
38 gpointer user_data) 38 gpointer user_data)
39 { 39 {
40 40
41 } 41 }
42 42