Code

check_pgsql: Determine connection time in µs-resolution.
[nagiosplug.git] / lib / utils_cmd.h
index d54b2b4dcea181bb2fca2e51e525f1a5f83f23d9..8ebb58948aa0a035e3fabcf257cd1c8867a81a79 100644 (file)
@@ -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);