diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2008-04-21 08:38:43 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2008-04-21 08:38:43 +0000 |
commit | e82d19a892b23abd2f4eef8d4e14d7cba65855e4 (patch) | |
tree | a5f3d95ecb3b41be70c119fcdee5035f2d710fe7 /lib/utils_cmd.h | |
parent | 1a8ce70ed3cca09e78e0b298ace746726d145488 (diff) | |
download | monitoring-plugins-e82d19a892b23abd2f4eef8d4e14d7cba65855e4.tar.gz |
Use utils_cmd to run check_procs' command. Added a
utils_cmd simulation of a filename, for testing purposes
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/branches/new_threshold_syntax@1980 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/utils_cmd.h')
-rw-r--r-- | lib/utils_cmd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils_cmd.h b/lib/utils_cmd.h index d54b2b4d..8ebb5894 100644 --- a/lib/utils_cmd.h +++ b/lib/utils_cmd.h | |||
@@ -22,6 +22,7 @@ typedef struct output output; | |||
22 | /** prototypes **/ | 22 | /** prototypes **/ |
23 | int cmd_run (const char *, output *, output *, int); | 23 | int cmd_run (const char *, output *, output *, int); |
24 | int cmd_run_array (char *const *, output *, output *, int); | 24 | int cmd_run_array (char *const *, output *, output *, int); |
25 | int cmd_file_read (char *, output *, int); | ||
25 | 26 | ||
26 | /* only multi-threaded plugins need to bother with this */ | 27 | /* only multi-threaded plugins need to bother with this */ |
27 | void cmd_init (void); | 28 | void cmd_init (void); |