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 00000000..06506f32 --- /dev/null +++ b/lib/utils_tcp.h @@ -0,0 +1,4 @@ +/* Header file for utils_disk */ + +int np_expect_match(char* status, char** server_expect, int server_expect_count, + int all, int exact_match, int verbose); |