summaryrefslogtreecommitdiffstats
path: root/src/analyze/analyze-condition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze/analyze-condition.h')
-rw-r--r--src/analyze/analyze-condition.h6
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);