summaryrefslogtreecommitdiffstats
path: root/lib/utils_base.h
diff options
context:
space:
mode:
authorLorenz Kästle <12514511+RincewindsHat@users.noreply.github.com>2023-11-01 10:05:50 (GMT)
committerGitHub <noreply@github.com>2023-11-01 10:05:50 (GMT)
commit6d08e1c8c96d0327a5b819dc1fbb0d5754f3e2e5 (patch)
tree575867b1d1eef4cd20215f22f9151ebb4a02c93d /lib/utils_base.h
parent03bde80abbda6fba2225568c3285a2ff2b5445a8 (diff)
parent76d9f25cd0dbe99657baeb6fa139a1831558adae (diff)
downloadmonitoring-plugins-6d08e1c8c96d0327a5b819dc1fbb0d5754f3e2e5.tar.gz
Merge branch 'master' into fix_check_mailqrefs/pull/1956/head
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r--lib/utils_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h
index 80b8743..9d4dffe 100644
--- a/lib/utils_base.h
+++ b/lib/utils_base.h
@@ -65,7 +65,7 @@ bool check_range(double, range *);
65int get_status(double, thresholds *); 65int get_status(double, thresholds *);
66 66
67/* Handle timeouts */ 67/* Handle timeouts */
68extern unsigned int timeout_state; 68extern int timeout_state;
69extern unsigned int timeout_interval; 69extern unsigned int timeout_interval;
70 70
71/* All possible characters in a threshold range */ 71/* All possible characters in a threshold range */