X-Git-Url: http://git.tdb.fi/?p=xinema.git;a=blobdiff_plain;f=source%2Fclient.h;h=31bdbec4d70ce6a571425a2dc51e2988ee2d29fd;hp=fa2ea8d02ebdcfff8002b74e9f8bbb77071d894d;hb=3bd92c1fa7a85b47356cd6f2bad23893955a0785;hpb=6fd809bbdbfe628ef1e63b68665f374751838baf diff --git a/source/client.h b/source/client.h index fa2ea8d..31bdbec 100644 --- a/source/client.h +++ b/source/client.h @@ -32,6 +32,7 @@ private: void list_directory(const Msp::FS::Path &); void stream_created(XineStream &); + void stream_title_changed(const std::string &); void stream_duration_changed(const Msp::Time::TimeDelta &); void stream_position_changed(const Msp::Time::TimeDelta &); };