From 1d026ab2be525343fbd353b21c1acdb160385e65 Mon Sep 17 00:00:00 2001 From: Michael Veksler Date: Mon, 11 Dec 2017 13:54:41 +0000 Subject: ...G...PS. [ZBX-12671] refactoring the code base to support the compiler flag -Wstrict-prototypes --- include/alias.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/alias.h') diff --git a/include/alias.h b/include/alias.h index 8c6bcb73b9b..bb8bec43269 100644 --- a/include/alias.h +++ b/include/alias.h @@ -28,9 +28,9 @@ typedef struct zbx_alias } ALIAS; -void test_aliases(); +void test_aliases(void); void add_alias(const char *name, const char *value); -void alias_list_free(); +void alias_list_free(void); const char *zbx_alias_get(const char *orig); #endif /* ZABBIX_ALIAS_H */ -- cgit v1.2.3