Mercurial > libpst
view src/libstrfunc.h @ 174:9bbc834d5f3e
new debianization from hggdh
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 07 Apr 2009 13:45:20 -0700 |
parents | 6954d315aaa8 |
children | b65e8d0a088a |
line wrap: on
line source
#include "common.h" char *pst_base64_encode(void *data, size_t size); char *pst_base64_encode_multiple(void *data, size_t size, int *line_count); void pst_hexdump(char *hbuf, int start, int stop, int ascii);