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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2021-12-27 20:01:35 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2021-12-28 13:40:14 +0300
commit145f7027414bb73ec8cb11b92305661e482e6716 (patch)
treebe15063823ab7f6b788eb6e7d6ca635c761df7f9 /include
parentf11532d63aadec4b97314d889d257f04bd4a69f0 (diff)
.......PS. [ZBX-20246] reworked rule based hv ip selection
Diffstat (limited to 'include')
-rw-r--r--include/zbxalgo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxalgo.h b/include/zbxalgo.h
index 4b29a42338a..c0507daf99e 100644
--- a/include/zbxalgo.h
+++ b/include/zbxalgo.h
@@ -57,6 +57,7 @@ int zbx_default_int_compare_func(const void *d1, const void *d2);
int zbx_default_uint64_compare_func(const void *d1, const void *d2);
int zbx_default_uint64_ptr_compare_func(const void *d1, const void *d2);
int zbx_default_str_compare_func(const void *d1, const void *d2);
+int zbx_natural_str_compare_func(const void *d1, const void *d2);
int zbx_default_ptr_compare_func(const void *d1, const void *d2);
int zbx_default_uint64_pair_compare_func(const void *d1, const void *d2);