module/idoutils/include/utils.h File Reference

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 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 Documentation

#define my_free ( ptr   )     do { if(ptr) { free(ptr); ptr = NULL; } } while(0)


Typedef Documentation

typedef struct ido_dbuf_struct ido_dbuf


Function Documentation

int ido_dbuf_free ( ido_dbuf  ) 

int ido_dbuf_init ( ido_dbuf ,
int   
)

int ido_dbuf_strcat ( ido_dbuf ,
char *   
)

void idomod_strip ( char *   ) 

int my_rename ( char *  ,
char *   
)


Generated on Wed Mar 30 17:22:23 2011 for icinga-core by  doxygen 1.4.7