mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
15 lines
290 B
C++
15 lines
290 B
C++
/* 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 */
|