|
ezmlmx 0.69
ezmlmx
|
#include "stralloc.h"#include "uint_t.h"#include "mime.h"#include "errtxt.h"#include "idx.h"#include "logmsg.h"
Go to the source code of this file.
Macros | |
| #define | WHO "encode_b64" |
Functions | |
| void | encode_b64 (const unsigned char *indata, unsigned int n, stralloc *outdata, int control) |
| #define WHO "encode_b64" |
Definition at line 8 of file encode_b64.c.
| void encode_b64 | ( | const unsigned char * | indata, |
| unsigned int | n, | ||
| stralloc * | outdata, | ||
| int | control ) |
Definition at line 75 of file encode_b64.c.

