view src/libstrfunc.h @ 272:345dab73b5c8 stable-0-6-51

remove excessively large regression test
author Carl Byington <carl@five-ten-sg.com>
date Sat, 23 Apr 2011 11:10:36 -0700
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