/* Icinga 2 | (c) 2019 Icinga GmbH | GPLv2+ */ #ifndef APPLY_UTILITY_H #define APPLY_UTILITY_H #include "base/debuginfo.hpp" #include "base/string.hpp" #include "config/expression.hpp" #include #include namespace icinga { namespace ApplyUtility { std::unique_ptr MakeCommonZone(String parent_object_zone, String apply_rule_zone, const DebugInfo& debug_info); } } #endif /* APPLY_UTILITY_H */