Mercurial > trustbridge
comparison common/listutil.h @ 28:e783fd99a9eb
Add public key parsing
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 13 Mar 2014 12:01:33 +0000 |
parents | bc302bbceaf5 |
children | 37fc66967517 |
comparison
equal
deleted
inserted
replaced
27:62cd56cea09b | 28:e783fd99a9eb |
---|---|
39 * @param[out] data Newly allocated pointer to the file content. | 39 * @param[out] data Newly allocated pointer to the file content. |
40 * @param[out] size Size in Bytes of the file content. | 40 * @param[out] size Size in Bytes of the file content. |
41 * | 41 * |
42 * @return status of the operation. | 42 * @return status of the operation. |
43 */ | 43 */ |
44 list_status_t readAndVerifyList(const char *fileName, char **data, size_t *size); | 44 list_status_t read_and_verify_list(const char *fileName, char **data, size_t *size); |
45 #ifdef __cplusplus | 45 #ifdef __cplusplus |
46 } | 46 } |
47 #endif | 47 #endif |
48 #endif | 48 #endif |