X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd.h;h=697e5525fa8dedb549d26115c0a9286393ddb1f6;hp=a5d3129f806364df1caa7087567a10538d982d86;hb=b9f59f8adfebeec77817cf854c3f53fd7399cdfc;hpb=1dc3aa28e1aaf15d1efdfa04a570f301fe29bfbc diff --git a/src/rrd.h b/src/rrd.h index a5d3129..697e552 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -337,6 +337,8 @@ int rrd_proc_start_end( int rrd_add_strdup(char ***dest, size_t *dest_size, char *src); void rrd_free_ptrs(void ***src, size_t *cnt); + int rrd_mkdir_p(const char *pathname, mode_t mode); + /* * The following functions are _internal_ functions needed to read the raw RRD * files. Since they are _internal_ they may change with the file format and