view src/libstrfunc.h @ 205:5f3fa53cb0e1

make nested mime multipart/alternative to hold the text/html parts
author Carl Byington <carl@five-ten-sg.com>
date Sat, 06 Jun 2009 12:48:09 -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