fix crash reported by Bernard Li - connection_thread_main: avoid double calls to...
[rrdtool.git] / src / rrd.h
index ad7e15c..d87275e 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -204,6 +204,8 @@ extern    "C" {
     time_t last_up,
     int argc,
     const char **argv);
+    rrd_info_t *rrd_info_r(
+    char *);
 /* NOTE: rrd_update_r are only thread-safe if no at-style time
    specifications get used!!! */