Mercurial > libpst
view src/libstrfunc.h @ 108:1b2a4fac1303 stable-0-6-21
fix title bug with old schema in pst2ldif, also escape commas in distinguished names per rfc4514.
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 21 Oct 2008 14:37:13 -0700 |
parents | 997cf1373f9e |
children | 5e4d6faada34 |
line wrap: on
line source
char * base64_encode(void *data, size_t size); char * base64_encode_multiple(void *data, size_t size, int *line_count); void hexdump(char *hbuf, int start, int stop, int ascii);