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:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2010-05-20 16:16:31 +0400
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2010-05-20 16:16:31 +0400
commitbe25521c71895379c857074093f2a7a49f0e87bc (patch)
tree826ba58b3dfaa3662780b43ee7eb8e405e810cd6 /include/cfg.h
parent20d169106821b277ba18ed5ef79685c1f57b47e5 (diff)
- [ZBX-507] made UserParameters work with zabbix_agent(d) -p and -t (asaveljevs)
[svn merge svn://svn.zabbix.com/branches/1.8 -r 12080:12100]
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/cfg.h b/include/cfg.h
index 49b2537deeb..97e1f888af7 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -52,6 +52,7 @@ struct cfg_line
int max;
};
-int parse_cfg_file(const char *cfg_file,struct cfg_line *cfg);
+int parse_cfg_file(const char *cfg_file, struct cfg_line *cfg);
+int parse_opt_cfg_file(const char *cfg_file, struct cfg_line *cfg);
#endif