summaryrefslogtreecommitdiffstats
path: root/lib/utils_tcp.h
blob: 34b771d6e15f1925fe69aee9f3f4206162df32ad (plain)
1
2
3
4
5
6
7
8
/* Header file for utils_tcp */

#define NP_MATCH_ALL            0x1
#define NP_MATCH_EXACT          0x2
#define NP_MATCH_VERBOSE        0x4

int np_expect_match(char* status, char** server_expect, int server_expect_count,
                    int flags);