mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-15 14:45:59 +01:00
7 lines
120 B
C++
7 lines
120 B
C++
|
#pragma once
|
||
|
|
||
|
namespace Systemd {
|
||
|
int SdBooted(void);
|
||
|
int SdNotify(int unset_environment, const char* state);
|
||
|
}
|