icinga2/lib/livestatus/i2-livestatus.hpp

15 lines
268 B
C++
Raw Normal View History

/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
2015-02-26 09:02:45 +01:00
#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 */