diff options
Diffstat (limited to 'lib')
-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 06506f32..b0eb8bee 100644 --- a/lib/utils_tcp.h +++ b/lib/utils_tcp.h @@ -1,4 +1,4 @@ -/* Header file for utils_disk */ +/* 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); |