summaryrefslogtreecommitdiffstats
path: root/lib/methods/i2-methods.hpp
blob: ffd800259fb8e5162418c572b8341492c3faff4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* 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 */