From: Dagobert Michelsen Date: Fri, 9 Jan 2015 13:56:46 +0000 (+0100) Subject: rrd_modify no longer exists X-Git-Tag: v1.5.0-rc2~21^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70e96cfe53a99431ff6c2b45e59c8544952fb523;p=thirdparty%2Frrdtool-1.x.git rrd_modify no longer exists --- diff --git a/src/librrd.sym.in.in b/src/librrd.sym.in.in index 48ff5319..55d6d6b2 100644 --- a/src/librrd.sym.in.in +++ b/src/librrd.sym.in.in @@ -37,7 +37,6 @@ rrd_last_r rrd_lastupdate rrd_lastupdate_r rrd_lock -rrd_modify rrd_mkdir_p rrd_new_context rrd_open diff --git a/src/rrd.h b/src/rrd.h index 0c38ba37..475720a4 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -199,9 +199,6 @@ struct rrd_t; int rrd_tune( int, char **); - int rrd_modify( - int, - char **); time_t rrd_last( int, char **);