summaryrefslogtreecommitdiff
path: root/src/remote.hh
diff options
context:
space:
mode:
authorMaxime Coste <frrrwww@gmail.com>2016-07-28 00:12:09 +0100
committerMaxime Coste <frrrwww@gmail.com>2016-07-28 00:12:09 +0100
commit62fa133efdb11f688b4f24a0fe4d811b5c653a8d (patch)
treecf7a50ae957fcd1b507d6ab9fa09092a56ffa641 /src/remote.hh
parent623fcd88ea57bbaa8458b0529efe22caf14f1ed0 (diff)
parent1a7cd707aa6d229f85edd8ef859c9b5538879332 (diff)
Merge remote-tracking branch 'doppioandante/set_session'
Diffstat (limited to 'src/remote.hh')
-rw-r--r--src/remote.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote.hh b/src/remote.hh
index f127e180..fd214b3d 100644
--- a/src/remote.hh
+++ b/src/remote.hh
@@ -48,6 +48,7 @@ struct Server : public Singleton<Server>
~Server();
const String& session() const { return m_session; }
+ bool rename_session(const String& name);
void close_session(bool do_unlink = true);
private: