Hyprland/src/helpers/SdDaemon.hpp
Vaxry 8bbeee1173
core: Add clang-tidy (#8664)
This adds a .clang-tidy file for us.

It's not a strict requirement to be compliant, but I tuned it to be alright.
2024-12-07 18:51:18 +01:00

6 lines
121 B
C++

#pragma once
namespace NSystemd {
int sdBooted(void);
int sdNotify(int unset_environment, const char* state);
}