Code

Moved check_tcp's expect string testing into utils_tcp for testing purposes.
[nagiosplug.git] / lib / utils_tcp.h
diff --git a/lib/utils_tcp.h b/lib/utils_tcp.h
new file mode 100644 (file)
index 0000000..06506f3
--- /dev/null
@@ -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);