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>2015-11-11 16:35:18 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2015-11-11 16:35:18 +0300
commitf9b17c846458730745d8363da78cbf70ac95b9ae (patch)
treee2182dff4e6b302ffe419dbc81125bd91c75b797 /include/cfg.h
parent85fe9d622f6ad2fbbc4a49393764eac0de2f430c (diff)
parent0e524ca7780fe06ce0f00c05a1ced547166f70d4 (diff)
.......... [ZBX-1916] merged from upstream
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/cfg.h b/include/cfg.h
index f98ac35a611..90866ece149 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -56,4 +56,7 @@ struct cfg_line
int parse_cfg_file(const char *cfg_file, struct cfg_line *cfg, int optional, int strict);
+int check_cfg_feature_int(const char *parameter, int value, const char *feature);
+int check_cfg_feature_str(const char *parameter, const char *value, const char *feature);
+
#endif