Mercurial > libpst
view src/libstrfunc.h @ 379:bbd198da4033
Alfredo Esteban - add -l and -f options to lspst
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Thu, 07 Dec 2017 08:51:09 -0800 |
parents | c947b8812120 |
children |
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_single(void *data, size_t size); char *pst_base64_encode_multiple(void *data, size_t size, int *line_count); #endif