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/common.h')
-rw-r--r--include/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 2c058654873..b7d1c2a1968 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1128,7 +1128,7 @@ void uint64_array_remove(zbx_uint64_t *values, int *num, const zbx_uint64_t *rm_
const char *zbx_event_value_string(unsigned char source, unsigned char object, unsigned char value);
#ifdef _WINDOWS
-const OSVERSIONINFOEX *zbx_win_getversion();
+const OSVERSIONINFOEX *zbx_win_getversion(void);
void zbx_wmi_get(const char *wmi_namespace, const char *wmi_query, char **utf8_value);
wchar_t *zbx_acp_to_unicode(const char *acp_string);
wchar_t *zbx_oemcp_to_unicode(const char *oemcp_string);