mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-02-16 17:18:06 -05:00
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1816 f882894a-f735-0410-b71e-b25c423dba1c
4 lines
174 B
C
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);
|