Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-23 08:34:20 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-08-23 08:34:20 +0300
commit5c50797479611e52dd29bb92209c92be851ef78c (patch)
tree9f7022e3b173a86abbf593816dad3a98f27bb747 /include/db.h
parentb9a421339270577824cf1e94f698a928b484d292 (diff)
........S. [ZBXNEXT-6802] fixed cppcheck warning
Diffstat (limited to 'include/db.h')
-rw-r--r--include/db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index 4f963b0e478..d0d4a0d7cd1 100644
--- a/include/db.h
+++ b/include/db.h
@@ -897,7 +897,7 @@ typedef struct
}
zbx_db_tag_t;
-zbx_db_tag_t *zbx_db_tag_create(const char *tag, const char *value);
+zbx_db_tag_t *zbx_db_tag_create(const char *tag_tag, const char *tag_value);
void zbx_db_tag_free(zbx_db_tag_t *tag);
int zbx_db_tag_compare_func(const void *d1, const void *d2);