From b275a276a4ff4bfdaea5659999017242a5bc067a Mon Sep 17 00:00:00 2001 From: Simon Boulet Date: Sat, 31 Jan 2015 21:03:53 -0500 Subject: [PATCH] Use of keyword "template" prevents including header file in C++ --- src/rrd.h | 2 +- src/rrd_client.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rrd.h b/src/rrd.h index 475720a4..84ff3e56 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -242,7 +242,7 @@ struct rrd_t; time_t last_up, int no_overwrite, const char **sources, - const char *template, + const char *_template, int argc, const char **argv); rrd_info_t *rrd_info_r( diff --git a/src/rrd_client.h b/src/rrd_client.h index 18b36e72..28ab5841 100644 --- a/src/rrd_client.h +++ b/src/rrd_client.h @@ -65,7 +65,7 @@ int rrdc_create_r2 (const char *filename, time_t last_up, int no_overwrite, const char **sources, - const char *template, + const char *_template, int argc, const char **argv); -- 2.47.2