do NOT export lowlevel functions, since I have no intention supporting these
[rrdtool.git] / src / rrd.h
index dc1569e..a458b57 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -199,6 +199,9 @@ extern    "C" {
     char ***,
     rrd_value_t **);
 
+    void      rrd_freemem(
+    void *mem);
+
 /* thread-safe (hopefully) */
     int       rrd_create_r(
     const char *filename,