diff options
| author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-12-28 12:30:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-28 12:30:23 +0100 |
| commit | 9c26154698315e06b355b65dd9515419b14b4e0c (patch) | |
| tree | 8be76d089d928f35eb7eedccf58122cd562834f8 /lib/utils_cmd.h | |
| parent | f8db90c206e777a21ff69a301406a11ca627034c (diff) | |
| parent | 828a9720b10814c5836d03aa35af05d196c4104b (diff) | |
| download | monitoring-plugins-9c26154698315e06b355b65dd9515419b14b4e0c.tar.gz | |
Merge branch 'master' into fix/check-curl-append-query-string-on-redirect
Diffstat (limited to 'lib/utils_cmd.h')
| -rw-r--r-- | lib/utils_cmd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/utils_cmd.h b/lib/utils_cmd.h index d3a8f14f..04a624b8 100644 --- a/lib/utils_cmd.h +++ b/lib/utils_cmd.h | |||
| @@ -24,8 +24,8 @@ int cmd_file_read(const char *, output *, int); | |||
| 24 | typedef struct { | 24 | typedef struct { |
| 25 | int error_code; | 25 | int error_code; |
| 26 | int cmd_error_code; | 26 | int cmd_error_code; |
| 27 | output stdout; | 27 | output out; |
| 28 | output stderr; | 28 | output err; |
| 29 | } cmd_run_result; | 29 | } cmd_run_result; |
| 30 | cmd_run_result cmd_run2(const char *cmd, int flags); | 30 | cmd_run_result cmd_run2(const char *cmd, int flags); |
| 31 | cmd_run_result cmd_run_array2(char * const *cmd, int flags); | 31 | cmd_run_result cmd_run_array2(char * const *cmd, int flags); |
