modules/hyprland/backend: add getSocketFolder to header

This commit is contained in:
Austin Horstman 2024-05-28 18:52:19 -05:00
parent e1a6d513cc
commit 1b3b45779a
No known key found for this signature in database
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#pragma once
#include <filesystem>
#include <list>
#include <memory>
#include <mutex>
@ -37,4 +38,5 @@ class IPC {
inline std::unique_ptr<IPC> gIPC;
inline bool modulesReady = false;
std::filesystem::path getSocketFolder(const char* instanceSig);
}; // namespace waybar::modules::hyprland