/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */ #ifndef I2METHODS_H #define I2METHODS_H /** * @defgroup methods Icinga methods * * The methods library implements methods for various task (e.g. checks, event * handlers, etc.). */ #include "base/i2-base.hpp" #endif /* I2METHODS_H */