libstrfunc.h

Go to the documentation of this file.
00001 
00002 #ifndef __PST_LIBSTRFUNC_H
00003 #define __PST_LIBSTRFUNC_H
00004 
00005 #include "common.h"
00006 
00007 char *pst_base64_encode(void *data, size_t size);
00008 char *pst_base64_encode_single(void *data, size_t size);
00009 char *pst_base64_encode_multiple(void *data, size_t size, int *line_count);
00010 
00011 #endif
00012 

Generated on 6 Jul 2016 for 'LibPst' by  doxygen 1.6.1