Mercurial > trustbridge
comparison common/strhelp.h @ 198:56ae02b4a0fc
Merged
author | Sascha Wilde <wilde@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 12:38:10 +0100 |
parents | 1f44aae4528e |
children | 6b4ad6ccc48e |
comparison
equal
deleted
inserted
replaced
197:5d380b662198 | 198:56ae02b4a0fc |
---|---|
1 #ifndef STRHELP_H | 1 #ifndef STRHELP_H |
2 #define STRHELP_H | 2 #define STRHELP_H |
3 | |
4 #ifdef __cplusplus | |
5 extern "C" { | |
6 #endif | |
3 | 7 |
4 #include <stdbool.h> | 8 #include <stdbool.h> |
5 | 9 |
6 /** | 10 /** |
7 * @file strhelp.h | 11 * @file strhelp.h |
87 * | 91 * |
88 * @returns 0 on success a polarssl error or -1 otherwise | 92 * @returns 0 on success a polarssl error or -1 otherwise |
89 */ | 93 */ |
90 int str_base64_decode(char **dst, size_t *dst_size, char *src, | 94 int str_base64_decode(char **dst, size_t *dst_size, char *src, |
91 size_t src_size); | 95 size_t src_size); |
96 #ifdef __cplusplus | |
97 } | |
98 #endif | |
92 | 99 |
93 #endif | 100 #endif |