diff options
| author | Jason Felice <jason.m.felice@gmail.com> | 2019-08-20 16:13:21 -0400 |
|---|---|---|
| committer | Jason Felice <jason.m.felice@gmail.com> | 2019-08-20 16:13:21 -0400 |
| commit | 8d76603df4de45f8efc85032c38c1fd96daa560c (patch) | |
| tree | 788328e93bb2ca19e7a35fdbaebcf6454a767180 /src/remote.hh | |
| parent | 09c514901d84fa9f9be6fa61af183c606e3a5926 (diff) | |
Fix kak -l when $XDG_RUNTIME_DIR is set
Diffstat (limited to 'src/remote.hh')
| -rw-r--r-- | src/remote.hh | 1 |
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> |
