Code

Fix for regex input of '|', being output causing problems with Nagios' parsing of
[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);