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:
authorAndris Zeila <andris.zeila@zabbix.com>2021-04-09 21:32:36 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-04-09 21:33:01 +0300
commit7b50a0acd3b19854fc37670afdfab07b316894cf (patch)
tree81b8925e17280d125410663cba4a49654871640b /include
parent94a5bcef3f73dce836f05c1bb88a479c7fadddf8 (diff)
....I..... [ZBXNEXT-6451] added database patch to convert simple macros in expression macros to function calls
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index aab2d3cf4cc..b7f3bde2b46 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1706,5 +1706,6 @@ int zbx_check_xml_memory(char *mem, int maxerrlen, char **errmsg);
#endif
char *zbx_substr_unquote(const char *src, size_t left, size_t right);
+char *zbx_substr(const char *src, size_t left, size_t right);
#endif