]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/scope.h
core: undo the dependency inversion between unit.h and all unit types
[thirdparty/systemd.git] / src / core / scope.h
index 6e314eeda3af1da2bf99fe269a1cc6a032917242..e74014119d77936df2813a274aaaa3b48a014e36 100644 (file)
@@ -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);