Mercurial > libpst
view src/libstrfunc.h @ 244:f2ae612fa62b stable-0-6-46
fixes for fedora 13 change in implicit dso linking semantics
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 13 Feb 2010 10:14:19 -0800 |
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