diff options
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 | ||