X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd.h;h=fd506d94e9c4533782d75e0212eb3e6775456a3d;hp=67c213f562074190fd71d60f757a54bbec86c3e5;hb=2f0b984b0dfee0a8ab2cb1d41670f40a07ec5cdb;hpb=7c4039b31bcabef8f914ce245b71c43509ded6ca diff --git a/src/rrd.h b/src/rrd.h index 67c213f..fd506d9 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -319,6 +319,10 @@ int rrd_proc_start_end( /* int rrd_test_error_r (rrd_context_t *); */ /* char *rrd_get_error_r (rrd_context_t *); */ +/** UTILITY FUNCTIONS */ + + long rrd_random(void); + /* * 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