diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2026-01-09 14:12:22 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-09 14:12:22 +0100 |
| commit | d13413916e72a6d564c796692e1233b92962d58c (patch) | |
| tree | 92c3f8b573363072d550d2f9b7f14ef1681f5368 /plugins/utils.h | |
| parent | bfc6492562f6cef4badda192142a0d10a3ed870b (diff) | |
| parent | 74d61bbf8ab622c22a08b5460475535860f95d91 (diff) | |
| download | monitoring-plugins-d13413916e72a6d564c796692e1233b92962d58c.tar.gz | |
Merge pull request #2199 from RincewindsHat/modern_output/check_real
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 *); |
