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:
authorAndris Mednis <Andris.Mednis@zabbix.com>2017-01-12 15:22:20 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2017-01-12 15:22:20 +0300
commit9f180ef5b0c912d35adb8acb9d36e876d69376d4 (patch)
tree05ecf97de2f05428fec6f982a923f1c893134b30 /include/disk.h
parentc8d2e60e56669d0f9a8b3fd6b269900cafcf7515 (diff)
...G...PS. [ZBXNEXT-491] added more error logging, fixed warnings about uninitialized variables
Diffstat (limited to 'include/disk.h')
-rw-r--r--include/disk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/disk.h b/include/disk.h
index 75986722633..6cb6053a1eb 100644
--- a/include/disk.h
+++ b/include/disk.h
@@ -24,6 +24,6 @@
# error "This module is only available for Windows OS"
#endif
-zbx_uint64_t get_cluster_size(const char *path);
+zbx_uint64_t get_cluster_size(const char *path, char **error);
#endif /* ZABBIX_DISK_H */