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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2017-12-11 16:54:41 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2017-12-11 16:54:41 +0300
commit1d026ab2be525343fbd353b21c1acdb160385e65 (patch)
tree3cbaed30a55757a47562450713580716cd489503 /include/alias.h
parent82a5f5d62d8ca710344d166365952fe4687e438d (diff)
...G...PS. [ZBX-12671] refactoring the code base to support the compiler flag -Wstrict-prototypes
Diffstat (limited to 'include/alias.h')
-rw-r--r--include/alias.h4
1 files changed, 2 insertions, 2 deletions
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 */