From f855c5b5bbbc6d5436741fd8108be64825a3c76b Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Mon, 15 Sep 2025 14:06:55 +0200 Subject: general refactorin in lib, more local variables, real booleans --- lib/utils_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils_base.h') diff --git a/lib/utils_base.h b/lib/utils_base.h index f31299c4..27884bf0 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h @@ -41,7 +41,7 @@ bool mp_check_range(mp_perfdata_value, mp_range); mp_state_enum get_status(double, thresholds *); /* Handle timeouts */ -extern int timeout_state; +extern mp_state_enum timeout_state; extern unsigned int timeout_interval; /* All possible characters in a threshold range */ -- cgit v1.2.3-74-g34f1