From: Marek Schimara Date: Thu, 1 Sep 2016 14:43:40 +0000 (+0200) Subject: src/rrd_update.c: fix icc warnings "external declaration in primary source file" X-Git-Tag: v1.7.0~35^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=247bd2d81e8227412777df42caddced403a72bd4;p=thirdparty%2Frrdtool-1.x.git src/rrd_update.c: fix icc warnings "external declaration in primary source file" --- diff --git a/src/rrd_update.c b/src/rrd_update.c index d4c696c5..32168d33 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -61,13 +61,7 @@ static int gettimeofday( #endif /* FUNCTION PROTOTYPES */ - -int rrd_update_r( - const char *filename, - const char *tmplt, - int argc, - const char **argv); -int _rrd_updatex( +static int _rrd_updatex( const char *filename, const char *tmplt, int extra_flags, @@ -819,7 +813,7 @@ int rrd_updatex_v_r( return _rrd_updatex(filename, tmplt, extra_flags, argc, argv, pcdp_summary); } -int _rrd_updatex( +static int _rrd_updatex( const char *filename, const char *tmplt, int extra_flags,