X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=blobdiff_plain;f=src%2Frrd.h;h=d87275e487ae76524d27086a917563d550b6ab2d;hp=5542a424db7211e3186d49dac782bcaea618a5eb;hb=428c0dfd6c70a0e70039d15c2de3a729e01f8fef;hpb=9e6dd6a7c7768d90a8f62d7379d3dfa361e3ad7f diff --git a/src/rrd.h b/src/rrd.h index 5542a42..d87275e 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -369,18 +369,6 @@ 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 */