2019-02-25 14:48:22 +01:00
|
|
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
|
2013-06-13 11:33:00 +02:00
|
|
|
|
2013-11-04 14:41:24 +01:00
|
|
|
#ifndef I2METHODS_H
|
|
|
|
#define I2METHODS_H
|
2013-06-13 11:33:00 +02:00
|
|
|
|
|
|
|
/**
|
2013-11-04 14:41:24 +01:00
|
|
|
* @defgroup methods Icinga methods
|
2013-06-13 11:33:00 +02:00
|
|
|
*
|
2013-11-04 14:41:24 +01:00
|
|
|
* The methods library implements methods for various task (e.g. checks, event
|
|
|
|
* handlers, etc.).
|
2013-06-13 11:33:00 +02:00
|
|
|
*/
|
|
|
|
|
2014-05-25 16:23:35 +02:00
|
|
|
#include "base/i2-base.hpp"
|
2013-06-13 11:33:00 +02:00
|
|
|
|
2013-11-04 14:41:24 +01:00
|
|
|
#endif /* I2METHODS_H */
|