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:
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