summaryrefslogtreecommitdiff
path: root/src/remote.hh
diff options
context:
space:
mode:
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 4a3b0efc..e465d087 100644
--- a/src/remote.hh
+++ b/src/remote.hh
@@ -45,6 +45,7 @@ private:
void send_command(StringView session, StringView command);
String get_user_name();
+String session_directory();
String session_path(StringView session);
struct Server : public Singleton<Server>