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, ptrdiff_t *outlen);
47 #if defined __cplusplus
OCTAVE_API bool octave_base64_decode_alloc_wrapper(const char *in, ptrdiff_t inlen, char **out, ptrdiff_t *outlen)
OCTAVE_API ptrdiff_t octave_base64_encode_alloc_wrapper(const char *in, ptrdiff_t inlen, char **out)