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);
|
||
|
|
}
|