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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-09-23 15:47:51 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-09-23 15:47:51 +0300
commit0478b9775ee381b2ad572ed48e163cd1a148d64d (patch)
tree0764963f1a5351d9bcf7e5118a280c7313f59dbe /include/cfg.h
parentaaa0edcd4a028d0b4b167fae8c024e8ac87a19d3 (diff)
...G...PS. [ZBXNEXT-6923] moved address copying to common function
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/cfg.h b/include/cfg.h
index 6cf8202d68f..b6bc7795309 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -67,6 +67,7 @@ typedef struct
}
zbx_addr_t;
+void zbx_addr_copy(zbx_vector_ptr_t *addr_to, const zbx_vector_ptr_t *addr_from);
void zbx_addr_free(zbx_addr_t *addr);
typedef int (*cfg_custom_parameter_parser_t)(const char *value, struct cfg_line *cfg);