summaryrefslogtreecommitdiff
path: root/streamer.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-07 16:14:06 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-11-07 16:14:06 +0100
commit8d601c64d53f3fa7c7f1ea31bd041e8544d9f464 (patch)
tree47a3f5fd8c6cc9f8b651df6f83a4a66db2047729 /streamer.h
parent53749c358f630433f0996fbdf589d55a1e89604f (diff)
apply gui settings without restarting player
Diffstat (limited to 'streamer.h')
-rw-r--r--streamer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/streamer.h b/streamer.h
index 5284380a..9544c755 100644
--- a/streamer.h
+++ b/streamer.h
@@ -75,4 +75,7 @@ streamer_song_removed_notify (playItem_t *it);
playItem_t *
streamer_get_streaming_track (void);
+void
+streamer_configchanged (void);
+
#endif // __STREAMER_H