blob: 5755befdbffbb2443d1fdc75e49f72e4b4dfb86f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* Icinga 2 | (c) 2012 Icinga GmbH | GPLv2+ */
#ifndef I2REMOTE_H
#define I2REMOTE_H
/**
* @defgroup remote Remote library
*
* The Icinga library implements remote cluster functionality.
*/
#include "base/i2-base.hpp"
#endif /* I2REMOTE_H */
|