mirror of https://github.com/Icinga/icinga2.git
16 lines
320 B
C++
16 lines
320 B
C++
/* 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 */
|