diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-11-01 11:05:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-01 11:05:50 +0100 |
commit | 6d08e1c8c96d0327a5b819dc1fbb0d5754f3e2e5 (patch) | |
tree | 575867b1d1eef4cd20215f22f9151ebb4a02c93d /lib/utils_base.h | |
parent | 03bde80abbda6fba2225568c3285a2ff2b5445a8 (diff) | |
parent | 76d9f25cd0dbe99657baeb6fa139a1831558adae (diff) | |
download | monitoring-plugins-6d08e1c.tar.gz |
Merge branch 'master' into fix_check_mailq
Diffstat (limited to 'lib/utils_base.h')
-rw-r--r-- | lib/utils_base.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils_base.h b/lib/utils_base.h index 80b87435..9d4dffed 100644 --- a/lib/utils_base.h +++ b/lib/utils_base.h | |||
@@ -65,7 +65,7 @@ bool check_range(double, range *); | |||
65 | int get_status(double, thresholds *); | 65 | int get_status(double, thresholds *); |
66 | 66 | ||
67 | /* Handle timeouts */ | 67 | /* Handle timeouts */ |
68 | extern unsigned int timeout_state; | 68 | extern int timeout_state; |
69 | extern unsigned int timeout_interval; | 69 | extern unsigned int timeout_interval; |
70 | 70 | ||
71 | /* All possible characters in a threshold range */ | 71 | /* All possible characters in a threshold range */ |