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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2011-10-07 13:56:03 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2011-10-07 13:56:03 +0400
commitc4726c13ddeba799de4cddb61e72844f2ee8bc4b (patch)
tree02f0672980d70764c3a2fd8e1f4bb7e5b1a93238 /include/alias.h
parent0cca9f941ae0e31ba27381ffaa80f5218b33cdec (diff)
- [ZBXNEXT-485] refactoring of a function process(); formatting
Diffstat (limited to 'include/alias.h')
-rw-r--r--include/alias.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/alias.h b/include/alias.h
index d4a88638872..457cb1fcb8e 100644
--- a/include/alias.h
+++ b/include/alias.h
@@ -32,6 +32,6 @@ ALIAS;
int add_alias(const char *name, const char *value);
void alias_list_free();
-void alias_expand(const char *orig, char *expanded, int exp_buf_len);
+void alias_expand(const char *orig, char *expanded, size_t exp_buf_len);
#endif /* ZABBIX_ALIAS_H */