view src/libstrfunc.h @ 315:3e6cdd543857

date sent property is fixed size, so the value is stored directly in the property stream
author Carl Byington <carl@five-ten-sg.com>
date Thu, 03 Jun 2010 19:09:29 -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