summaryrefslogtreecommitdiff
path: root/gtkplaylist.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-28 14:38:10 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-28 14:38:10 +0200
commit5ead039965dc3d58466f982ab3eb8680e69a269c (patch)
treef9592ae2449916ab850de669dda345be00c3c440 /gtkplaylist.h
parentf510ad5329fc202d11d8c71215c0d2d74c2d4a63 (diff)
fixed redraw after songchange
Diffstat (limited to 'gtkplaylist.h')
-rw-r--r--gtkplaylist.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtkplaylist.h b/gtkplaylist.h
index 61917cb8..886ce452 100644
--- a/gtkplaylist.h
+++ b/gtkplaylist.h
@@ -58,4 +58,7 @@ gtkps_playsongnum (int idx);
void
gtkps_update_songinfo (void);
+void
+gtkps_songchanged (int from, int to);
+
#endif