X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd.h;h=5a601c7b0f8ff21d4ce1b5c8f6e37b9e9f2eb21d;hb=739bd5fa6279fbabcf081b749810ef36474bfb49;hp=a5d3129f806364df1caa7087567a10538d982d86;hpb=fadae458b4eba6719432bf7e3f7680d7f1fae7c0;p=rrdtool.git diff --git a/src/rrd.h b/src/rrd.h index a5d3129..5a601c7 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -1,5 +1,5 @@ /***************************************************************************** - * RRDtool 1.3.2 Copyright by Tobi Oetiker, 1997-2008 + * RRDtool 1.4.2 Copyright by Tobi Oetiker, 1997-2009 ***************************************************************************** * rrdlib.h Public header file for librrd ***************************************************************************** @@ -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