---
 program/src/librrd.sym.in |    1 +
 program/src/rrd.h         |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/program/src/librrd.sym.in b/program/src/librrd.sym.in
index ae5da6f..6775a80 100644
--- a/program/src/librrd.sym.in
+++ b/program/src/librrd.sym.in
@@ -22,6 +22,7 @@ rrd_info
 rrd_info_free
 rrd_info_print
 rrd_info_push
+rrd_info_r
 rrd_init
 rrd_last
 rrd_last_r
diff --git a/program/src/rrd.h b/program/src/rrd.h
index ad7e15c..d87275e 100644
--- a/program/src/rrd.h
+++ b/program/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!!! */
 
-- 
1.6.0.1.216.g1b23a

Attachment: signature.asc
Description: Digital signature

_______________________________________________
rrd-developers mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers

Reply via email to