initial commit
This commit is contained in:
25
nagios4/libnagios.h
Normal file
25
nagios4/libnagios.h
Normal file
@@ -0,0 +1,25 @@
|
||||
#ifndef LIBNAGIOS_libnagios_h__
|
||||
#define LIBNAGIOS_libnagios_h__
|
||||
/**
|
||||
* @file libnagios.h
|
||||
*
|
||||
* @brief Include this for all public parts of libnagios to be accessible
|
||||
*/
|
||||
|
||||
#include "lnag-utils.h"
|
||||
#include "fanout.h"
|
||||
#include "nsutils.h"
|
||||
#include "pqueue.h"
|
||||
#include "squeue.h"
|
||||
#include "kvvec.h"
|
||||
#include "iobroker.h"
|
||||
#include "iocache.h"
|
||||
#include "runcmd.h"
|
||||
#include "bitmap.h"
|
||||
#include "dkhash.h"
|
||||
#include "worker.h"
|
||||
#include "skiplist.h"
|
||||
#include "nsock.h"
|
||||
#include "nspath.h"
|
||||
#include "snprintf.h"
|
||||
#endif /* LIB_libnagios_h__ */
|
||||
Reference in New Issue
Block a user