Imported Upstream version 1.4.10

This commit is contained in:
Jan Wagner 2013-11-26 23:54:42 +01:00
parent 6dd54dd8e2
commit cff68b4c0a
203 changed files with 15026 additions and 8063 deletions

4
lib/utils_tcp.h Normal file
View file

@ -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);