comparison common/strhelp.h @ 184:1f44aae4528e

Add C linkage for strhelp. Check for data in commontest.
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 25 Mar 2014 18:03:00 +0000
parents bf4bfd8843bd
children 6b4ad6ccc48e
comparison
equal deleted inserted replaced
183:4def8b263dd3 184:1f44aae4528e
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

http://wald.intevation.org/projects/trustbridge/