mirror of
				https://github.com/Icinga/icinga2.git
				synced 2025-11-03 21:25:56 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			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 */
 |