X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd.h;h=b40251f5cadd78a60ab2090d146b049706a401e6;hb=f090c6d208157d252bf806fea2107b9e318424d4;hp=3e0c871a56459b7cdf9b169ddab0615679e7178e;hpb=45f97327ebf242442e2d9dfb8528cae01e300cc1;p=rrdtool.git diff --git a/src/rrd.h b/src/rrd.h index 3e0c871..b40251f 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -378,6 +378,18 @@ extern "C" { int rrd_lock( rrd_file_t *file) RRD_DEPRECATED; + void rrd_notify_row( + rrd_file_t *rrd_file, + int rra_idx, + unsigned long rra_row, + time_t rra_time) + RRD_DEPRECATED; + unsigned long rrd_select_initial_row( + rrd_file_t *rrd_file, + int rra_idx, + rra_def_t *rra + ) + RRD_DEPRECATED; #endif /* defined(_RRD_TOOL_H) || defined(RRD_EXPORT_DEPRECATED) */ #endif /* _RRDLIB_H */