summaryrefslogtreecommitdiff
path: root/src/core/scope.h
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2018-05-15 14:17:34 -0400
committerFelipe Sateler <fsateler@debian.org>2018-05-15 14:24:34 -0400
commit57b7a260c20f58a5c5d9c1e1aacde50646863919 (patch)
tree2c0321e30ee80d5502024b30d09aa99405660ec5 /src/core/scope.h
parent90a8f0b9a999b4bbb5110066266fd6d807e04aa3 (diff)
downloadsystemd-57b7a260c20f58a5c5d9c1e1aacde50646863919.tar.gz
core: undo the dependency inversion between unit.h and all unit types
Diffstat (limited to 'src/core/scope.h')
-rw-r--r--src/core/scope.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/scope.h b/src/core/scope.h
index 6e314eeda3..e74014119d 100644
--- a/src/core/scope.h
+++ b/src/core/scope.h
@@ -46,3 +46,5 @@ int scope_abandon(Scope *s);
const char* scope_result_to_string(ScopeResult i) _const_;
ScopeResult scope_result_from_string(const char *s) _pure_;
+
+DEFINE_CAST(SCOPE, Scope);