blob: 7163822da8337508d5d795bb6be16a833acaf0d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
#ifndef I2ICINGA_H
#define I2ICINGA_H
/**
* @defgroup icinga Icinga library
*
* The Icinga library implements all Icinga-specific functionality that is
* common to all components (e.g. hosts, services, etc.).
*/
#include "base/i2-base.hpp"
#endif /* I2ICINGA_H */
|