From e82d19a892b23abd2f4eef8d4e14d7cba65855e4 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Mon, 21 Apr 2008 08:38:43 +0000 Subject: 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 --- lib/utils_cmd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/utils_cmd.h') 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; /** prototypes **/ int cmd_run (const char *, output *, output *, int); int cmd_run_array (char *const *, output *, output *, int); +int cmd_file_read (char *, output *, int); /* only multi-threaded plugins need to bother with this */ void cmd_init (void); -- cgit v1.2.3-74-g34f1