5 lines
175 B
C
5 lines
175 B
C
|
/* 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);
|