This adds a .clang-tidy file for us. It's not a strict requirement to be compliant, but I tuned it to be alright.
6 lines
121 B
C++
6 lines
121 B
C++
#pragma once
|
|
|
|
namespace NSystemd {
|
|
int sdBooted(void);
|
|
int sdNotify(int unset_environment, const char* state);
|
|
}
|