![]() |
Icinga-core 1.4.0
next gen monitoring
|
Go to the source code of this file.
Data Structures | |
struct | ido_dbuf_struct |
Defines | |
#define | my_free(ptr) do { if(ptr) { free(ptr); ptr = NULL; } } while(0) |
Typedefs | |
typedef struct ido_dbuf_struct | ido_dbuf |
Functions | |
int | ido_dbuf_init (ido_dbuf *, int) |
int | ido_dbuf_free (ido_dbuf *) |
int | ido_dbuf_strcat (ido_dbuf *, char *) |
int | my_rename (char *, char *) |
void | idomod_strip (char *) |
#define my_free | ( | ptr | ) | do { if(ptr) { free(ptr); ptr = NULL; } } while(0) |
typedef struct ido_dbuf_struct ido_dbuf |