diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-12-05 12:28:26 +0100 |
|---|---|---|
| committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-12-05 12:28:26 +0100 |
| commit | 74d61bbf8ab622c22a08b5460475535860f95d91 (patch) | |
| tree | b6dfbf7e68461e68fbc152d976fc34617e30073d /plugins/utils.h | |
| parent | 3ae751ed67bb59c5073e0a160f4125ba2a5ff1e4 (diff) | |
| download | monitoring-plugins-74d61bbf8ab622c22a08b5460475535860f95d91.tar.gz | |
check_real: implement modern output
Diffstat (limited to 'plugins/utils.h')
| -rw-r--r-- | plugins/utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 1f0e021b..68ff1630 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
| @@ -32,8 +32,6 @@ suite of plugins. */ | |||
| 32 | void support(void); | 32 | void support(void); |
| 33 | void print_revision(const char *, const char *); | 33 | void print_revision(const char *, const char *); |
| 34 | 34 | ||
| 35 | extern time_t start_time, end_time; | ||
| 36 | |||
| 37 | /* Test input types */ | 35 | /* Test input types */ |
| 38 | 36 | ||
| 39 | bool is_integer(char *); | 37 | bool is_integer(char *); |
