diff options
Diffstat (limited to 'lib/utils_tcp.h')
-rw-r--r-- | lib/utils_tcp.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/utils_tcp.h b/lib/utils_tcp.h new file mode 100644 index 0000000..06506f3 --- /dev/null +++ b/lib/utils_tcp.h | |||
@@ -0,0 +1,4 @@ | |||
1 | /* Header file for utils_disk */ | ||
2 | |||
3 | int np_expect_match(char* status, char** server_expect, int server_expect_count, | ||
4 | int all, int exact_match, int verbose); | ||