diff options
author | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-11-09 18:24:48 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@users.sourceforge.net> | 2007-11-09 18:24:48 (GMT) |
commit | 29471dda5ae9e750809e7a25b93d6bf6a2913bc2 (patch) | |
tree | 5a047f8a5bec38ab7872a3c5b2a4ba1a9dc5dcfa /lib/utils_tcp.h | |
parent | 96f5f5b28d78d352019cd3939499ba0edcd2fd18 (diff) | |
download | monitoring-plugins-29471dda5ae9e750809e7a25b93d6bf6a2913bc2.tar.gz |
Nothing to see here...
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1816 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'lib/utils_tcp.h')
-rw-r--r-- | lib/utils_tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils_tcp.h b/lib/utils_tcp.h index 06506f3..b0eb8be 100644 --- a/lib/utils_tcp.h +++ b/lib/utils_tcp.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* Header file for utils_disk */ | 1 | /* Header file for utils_tcp */ |
2 | 2 | ||
3 | int np_expect_match(char* status, char** server_expect, int server_expect_count, | 3 | int np_expect_match(char* status, char** server_expect, int server_expect_count, |
4 | int all, int exact_match, int verbose); | 4 | int all, int exact_match, int verbose); |