Mercurial > trustbridge
comparison common/listutil.h @ 132:4691d9e3b1d3
Merged
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 13:35:20 +0100 |
parents | 571f68c7a38f |
children | 881ce5126f07 |
comparison
equal
deleted
inserted
replaced
131:9104b1b2e4da | 132:4691d9e3b1d3 |
---|---|
26 IncompatibleVersion = 7, // The Format Version does not match | 26 IncompatibleVersion = 7, // The Format Version does not match |
27 NoList = 8 // No list parsed | 27 NoList = 8 // No list parsed |
28 } list_status_t; | 28 } list_status_t; |
29 | 29 |
30 /* Definitions based on the format */ | 30 /* Definitions based on the format */ |
31 #define MAX_LINE_LENGTH 1000 | 31 #define MAX_LINE_LENGTH 9999 |
32 #define MAX_LINES 1000 | 32 #define MAX_LINES 1000 |
33 | 33 |
34 /** | 34 /** |
35 * @brief Obtain the complete and verified Certificate list. | 35 * @brief Obtain the complete and verified Certificate list. |
36 * | 36 * |