diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/utils.h b/plugins/utils.h index 282f299..64d4aca 100644 --- a/plugins/utils.h +++ b/plugins/utils.h | |||
@@ -78,6 +78,7 @@ void usage3(const char *msg, int arg) __attribute__((noreturn)); | |||
78 | const char *state_text (int result); | 78 | const char *state_text (int result); |
79 | 79 | ||
80 | #define max(a,b) (((a)>(b))?(a):(b)) | 80 | #define max(a,b) (((a)>(b))?(a):(b)) |
81 | #define min(a,b) (((a)<(b))?(a):(b)) | ||
81 | 82 | ||
82 | char *perfdata (const char *label, | 83 | char *perfdata (const char *label, |
83 | long int val, | 84 | long int val, |