Mercurial > trustbridge
comparison common/listutil.h @ 123:571f68c7a38f
Specified line length is 9999 and not 1000!
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Mon, 24 Mar 2014 10:06:20 +0000 |
parents | 64c8c6350e60 |
children | 881ce5126f07 |
comparison
equal
deleted
inserted
replaced
122:65941f3d5db8 | 123:571f68c7a38f |
---|---|
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 * |