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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-03-09 19:13:35 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-03-09 19:13:35 +0300
commita3954ed85877d460c5cc4379de21d304a6e8aace (patch)
tree5041b1dc3ca8c55aca5fdb598036f34de1c6c334 /include/zbxalgo.h
parent5ea36d5b467fefef8911fab27475f3214f12f89c (diff)
........S. [ZBXNEXT-6465] code review rework
Diffstat (limited to 'include/zbxalgo.h')
-rw-r--r--include/zbxalgo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxalgo.h b/include/zbxalgo.h
index 367d4823321..ef34758adde 100644
--- a/include/zbxalgo.h
+++ b/include/zbxalgo.h
@@ -346,7 +346,7 @@ void umul64_64(zbx_uint128_t *result, zbx_uint64_t value, zbx_uint64_t factor);
unsigned int zbx_isqrt32(unsigned int value);
-char *zbx_gen_uuid4(const char *str);
+char *zbx_gen_uuid4(const char *seed);
/* expression evaluation */