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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2020-09-22 13:06:02 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2020-09-22 13:25:58 +0300
commit6427d950be95fe7fcf3130defc15e9e537784c2a (patch)
tree89a7eca56824a8455b28d9af3d9ef83a80477212 /include/sysinfo.h
parentd2c1c6224ef29d0dc30def68370c42b467ca1622 (diff)
...G...... [ZBXNEXT-6171] renamed UserParameterPath to UserParameterDir
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 4f643ee892a..bce3954af83 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -213,7 +213,7 @@ void free_key_access_rules(void);
int process(const char *in_command, unsigned flags, AGENT_RESULT *result);
-void set_user_parameter_path(const char *path);
+void set_user_parameter_dir(const char *path);
int add_user_parameter(const char *itemkey, char *command, char *error, size_t max_error_len);
int add_user_module(const char *key, int (*function)(void));
void test_parameters(void);