Mercurial > libpst
view src/libstrfunc.h @ 207:17d2d6a7587f
add missing m4 macros to source control
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 06 Jun 2009 12:53:28 -0700 |
parents | cf3df962f1e5 |
children | c947b8812120 |
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); #endif