base64.h revision 6697a923d6768bf8d71f87f80b90747cf6870753
#ifndef __BASE64_H
#define __BASE64_H
/* Translates binary data into base64. Allocates memory from temporary pool. */
/* Translates base64 data into binary modifying the data itself.
Returns size of the binary data, or -1 if error occured. */
#endif