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/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 f0338fe120c..0b29feb5a88 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -210,7 +210,7 @@ void free_request(AGENT_REQUEST *request);
int parse_item_key(const char *itemkey, AGENT_REQUEST *request);
void unquote_key_param(char *param);
-void quote_key_param(char **param, int forced);
+int quote_key_param(char **param, int forced);
int set_result_type(AGENT_RESULT *result, int value_type, int data_type, char *c);
void set_result_meta(AGENT_RESULT *result, zbx_uint64_t lastlogsize, int mtime);