summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-09-24 06:54:53 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-09-24 06:54:53 +0000
commit1186f592d342ba3696af7f6ce40d7a8a566f65da (patch)
tree7bf6591382dc4d8e4a4de55ecda3785469f4fdcf /include
parent8b2cdebf345b0f340eb59fc0d4294095ef965a50 (diff)
downloadzabbix-1186f592d342ba3696af7f6ce40d7a8a566f65da.tar.gz
zabbix-1186f592d342ba3696af7f6ce40d7a8a566f65da.tar.xz
zabbix-1186f592d342ba3696af7f6ce40d7a8a566f65da.zip
Fixed compilation warnings in
src/zabbix_server/discoverer/discoverer.c src/libs/zbxcomms/comms.c src/libs/zbxcommon/misc.c [svn merge svn://svn.zabbix.com/branches/1.4 -r4751:4753] git-svn-id: svn://svn.zabbix.com/trunk@4779 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 8c661f23..39d78c20 100644
--- a/include/common.h
+++ b/include/common.h
@@ -628,7 +628,9 @@ int get_nodeid_by_id(zbx_uint64_t id);
int int_in_list(char *list, int value);
int uint64_in_list(char *list, zbx_uint64_t value);
int ip_in_list(char *list, char *ip);
-
+#ifdef HAVE_IPV6
+int expand_ipv6(const char *ip, char *str, size_t str_len );
+#endif /* HAVE_IPV6 */
/* Time related functions */
double time_diff(struct timeval *from, struct timeval *to);