From d059eeb2948f9d24d801f930e99e81fdf96d5c37 Mon Sep 17 00:00:00 2001 From: Matthias Eble Date: Sun, 3 Jun 2007 14:40:13 +0000 Subject: Moved check_tcp's expect string testing into utils_tcp for testing purposes. Added -A/--all flag to test for every expect string passed. git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1729 f882894a-f735-0410-b71e-b25c423dba1c --- lib/utils_tcp.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lib/utils_tcp.h (limited to 'lib/utils_tcp.h') diff --git a/lib/utils_tcp.h b/lib/utils_tcp.h new file mode 100644 index 00000000..06506f32 --- /dev/null +++ b/lib/utils_tcp.h @@ -0,0 +1,4 @@ +/* Header file for utils_disk */ + +int np_expect_match(char* status, char** server_expect, int server_expect_count, + int all, int exact_match, int verbose); -- cgit v1.2.3