summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.d/utils_disk.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-31 00:46:10 +0200
committerLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2025-03-31 00:46:10 +0200
commit1b0085c2e7196aa77d605e8cb1863064a8e5189c (patch)
tree64ad8da8000bf7195b7ad7daa4406e8d6be25354 /plugins/check_disk.d/utils_disk.h
parentd6d394fb0e1d04bbdb9304dcedad933878846266 (diff)
downloadmonitoring-plugins-1b0085c2e7196aa77d605e8cb1863064a8e5189c.tar.gz
Fixes problems after a4cf2e79f75dce3828be21726f10c755f652f710
Diffstat (limited to 'plugins/check_disk.d/utils_disk.h')
-rw-r--r--plugins/check_disk.d/utils_disk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_disk.d/utils_disk.h b/plugins/check_disk.d/utils_disk.h
index 1f574695..6831d1fd 100644
--- a/plugins/check_disk.d/utils_disk.h
+++ b/plugins/check_disk.d/utils_disk.h
@@ -154,4 +154,4 @@ bool np_regex_match_mount_entry(struct mount_entry *, regex_t *);
154char *get_unit_string(byte_unit_enum); 154char *get_unit_string(byte_unit_enum);
155check_disk_config check_disk_config_init(); 155check_disk_config check_disk_config_init();
156 156
157char *humanize_byte_value(uintmax_t value, bool use_si_units); 157char *humanize_byte_value(unsigned long long value, bool use_si_units);