Code

rrd_first code contributed by Burton Strauss <Burton@ntopSupport.com>
[rrdtool.git] / src / rrd.h
index 2868ebb9098d3f74e583174fd821390ed1a57308..49164e381fdd9e9baeb1d13fabb8f664778e2326 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -70,6 +70,7 @@ int    rrd_restore(int, char **);
 int    rrd_dump(int, char **);
 int    rrd_tune(int, char **);
 time_t rrd_last(int, char **);
+time_t rrd_first(int, char **);
 int    rrd_resize(int, char **);
 int    rrd_xport(int, char **, int *, time_t *, time_t *,
                 unsigned long *, unsigned long *,
@@ -85,6 +86,7 @@ int    rrd_update_r(char *filename, char *_template,
                    int argc, char **argv);
 int    rrd_dump_r(char *filename);
 time_t rrd_last_r(const char *filename);
+time_t rrd_first_r(const char *filename, int rraindex);
 
 /* Transplanted from parsetime.h */
 typedef enum {