Mercurial > libpst
view src/libstrfunc.h @ 185:e0392999e9b8
Added tag stable-0-6-36 for changeset 05dc6892d7e4
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 13 Apr 2009 15:55:55 -0700 |
parents | b65e8d0a088a |
children | cf3df962f1e5 |
line wrap: on
line source
#ifndef __PST_LIBSTRFUNC_H #define __PST_LIBSTRFUNC_H #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); #endif