monitoring-plugins/lib/utils_tcp.h
Thomas Guyot-Sionnest 29471dda5a Nothing to see here...
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1816 f882894a-f735-0410-b71e-b25c423dba1c
2007-11-09 18:24:48 +00:00

4 lines
174 B
C

/* Header file for utils_tcp */
int np_expect_match(char* status, char** server_expect, int server_expect_count,
int all, int exact_match, int verbose);