make sure we check input even when the previous update was a 'U' ... and some indenti...
[rrdtool.git] / src / rrd_tool.h
index 4f43dbf..06f4de1 100644 (file)
@@ -137,6 +137,9 @@ extern    "C" {
     const char *const file_name,
     rrd_t *rrd,
     unsigned rdwr);
+    void rrd_dontneed(
+    rrd_file_t *rrd_file,
+    rrd_t *rrd);
     int       rrd_close(
     rrd_file_t *rrd_file);
     ssize_t   rrd_read(