Code

Fix check_snmp passing single-quotes as -m argument when it should be empty
[nagiosplug.git] / lib / utils_tcp.h
1 /* Header file for utils_tcp */
3 int np_expect_match(char* status, char** server_expect, int server_expect_count,
4                     int all, int exact_match, int verbose);