diff options
Diffstat (limited to '')
-rw-r--r-- | src/analyze/analyze-condition.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/analyze/analyze-condition.h b/src/analyze/analyze-condition.h new file mode 100644 index 0000000..7b52669 --- /dev/null +++ b/src/analyze/analyze-condition.h @@ -0,0 +1,6 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ +#pragma once + +#include "install.h" + +int verify_conditions(char **lines, UnitFileScope scope); |