rrd_config_bottom.h rrd_i18n.h \
rrd_format.h rrd_tool.h rrd_xport.h rrd.h rrd_rpncalc.h \
rrd_hw.h rrd_hw_math.h rrd_hw_update.h \
+ rrd_restore.h \
fnv.h rrd_graph.h \
rrd_is_thread_safe.h
--- /dev/null
+/****************************************************************************
+ * RRDtool 1.4.8 Copyright by Tobi Oetiker, 1997-2013
+ ****************************************************************************
+ * rrd_restore.h
+ ****************************************************************************/
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+#ifndef _RRD_RESTORE_H
+#define _RRD_RESTORE_H
+
+#include "rrd.h"
+
+int write_file(
+ const char *file_name,
+ rrd_t *rrd);
+
+#endif
+
+
+#ifdef __cplusplus
+}
+#endif