blob: 3375d97957fc769bf5c98b7bec26097c6c0f94ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
#ifndef I2LIVESTATUS_H
#define I2LIVESTATUS_H
/**
* @defgroup icinga Livestatus
*
* The Livestatus library implements the Livestatus protocol for Icinga.
*/
#include "base/i2-base.hpp"
#endif /* I2LIVESTATUS_H */
|