26 #if ! defined (octave_base64_wrappers_h)
27 #define octave_base64_wrappers_h 1
29 #if defined (__cplusplus)
36 #if defined __cplusplus
45 char **out,
size_t *outlen);
47 #if defined __cplusplus
size_t octave_base64_encode_alloc_wrapper(const char *in, size_t inlen, char **out)
bool octave_base64_decode_alloc_wrapper(const char *in, size_t inlen, char **out, size_t *outlen)