diff options
Diffstat (limited to 'src/debug/HyprCtl.hpp')
-rw-r--r-- | src/debug/HyprCtl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/HyprCtl.hpp b/src/debug/HyprCtl.hpp index d68bf14f..c1bf51ca 100644 --- a/src/debug/HyprCtl.hpp +++ b/src/debug/HyprCtl.hpp @@ -7,6 +7,7 @@ // exposed for main.cpp std::string systemInfoRequest(eHyprCtlOutputFormat format, std::string request); +std::string versionRequest(eHyprCtlOutputFormat format, std::string request); class CHyprCtl { public: |