Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- a/common/listutil.h Wed Mar 12 16:15:52 2014 +0100 +++ b/common/listutil.h Thu Mar 13 12:01:33 2014 +0000 @@ -41,7 +41,7 @@ * * @return status of the operation. */ -list_status_t readAndVerifyList(const char *fileName, char **data, size_t *size); +list_status_t read_and_verify_list(const char *fileName, char **data, size_t *size); #ifdef __cplusplus } #endif