diff options
author | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-26 16:31:52 +0100 |
---|---|---|
committer | RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> | 2022-03-26 16:31:52 +0100 |
commit | 36f4495deee8611f2fc4c62e54616d52f5c25979 (patch) | |
tree | 4c9579bd02124c34c543f874c5b4f5d40ef957ba /plugins/runcmd.h | |
parent | 066b6e68242b5e7a6f1eb665df9b227d896aec66 (diff) | |
download | monitoring-plugins-36f4495.tar.gz |
Rename output to cmd_output
Diffstat (limited to 'plugins/runcmd.h')
-rw-r--r-- | plugins/runcmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/runcmd.h b/plugins/runcmd.h index 2dcdadf0..14dde581 100644 --- a/plugins/runcmd.h +++ b/plugins/runcmd.h | |||
@@ -28,7 +28,7 @@ | |||
28 | #include "utils_cmd.h" /* for the "output" type */ | 28 | #include "utils_cmd.h" /* for the "output" type */ |
29 | 29 | ||
30 | /** prototypes **/ | 30 | /** prototypes **/ |
31 | int np_runcmd(const char *, output *, output *, int); | 31 | int np_runcmd(const char *, cmd_output *, cmd_output *, int); |
32 | void runcmd_timeout_alarm_handler(int) | 32 | void runcmd_timeout_alarm_handler(int) |
33 | __attribute__((__noreturn__)); | 33 | __attribute__((__noreturn__)); |
34 | 34 | ||