src/rrd_client.[ch]: Impelemt `rrdc_flush'.
[rrdtool.git] / src / rrd_client.h
index 0585023..aa80e59 100644 (file)
@@ -31,4 +31,6 @@ int rrdc_disconnect (void);
 int rrdc_update (const char *filename, int values_num,
         const char * const *values);
 
+int rrdc_flush (const char *filename);
+
 #endif /* __RRD_CLIENT_H */