From 8d76603df4de45f8efc85032c38c1fd96daa560c Mon Sep 17 00:00:00 2001 From: Jason Felice Date: Tue, 20 Aug 2019 16:13:21 -0400 Subject: Fix kak -l when $XDG_RUNTIME_DIR is set --- src/remote.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/remote.hh') 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 -- cgit v1.2.3