diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2023-10-15 19:01:25 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-15 19:01:25 +0200 |
| commit | fff1014d1323980d5e969f31a5a17132482422ac (patch) | |
| tree | 0d0980d41f95385cc0137ec86e7a1cea0065e04c /lib/utils_cmd.h | |
| parent | b1801c10846283176622db21974fe5003602630d (diff) | |
| parent | ddbabaa3b659bed9dcf5c5a2bfc430fb816277c7 (diff) | |
| download | monitoring-plugins-fff1014d1323980d5e969f31a5a17132482422ac.tar.gz | |
Merge pull request #1937 from RincewindsHat/replace_booleans_in_lib
Replace old school booleans in lib
Diffstat (limited to 'lib/utils_cmd.h')
| -rw-r--r-- | lib/utils_cmd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/utils_cmd.h b/lib/utils_cmd.h index f1b06c82..061f5d4f 100644 --- a/lib/utils_cmd.h +++ b/lib/utils_cmd.h | |||
| @@ -1,10 +1,10 @@ | |||
| 1 | #ifndef _UTILS_CMD_ | 1 | #ifndef _UTILS_CMD_ |
| 2 | #define _UTILS_CMD_ | 2 | #define _UTILS_CMD_ |
| 3 | 3 | ||
| 4 | /* | 4 | /* |
| 5 | * Header file for Monitoring Plugins utils_cmd.c | 5 | * Header file for Monitoring Plugins utils_cmd.c |
| 6 | * | 6 | * |
| 7 | * | 7 | * |
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | /** types **/ | 10 | /** types **/ |
