Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

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_multiple(void *data, size_t size, int *line_count);
00009 
00010 #endif
00011 

Generated on Fri Dec 11 08:46:43 2009 for 'LibPst' by  doxygen 1.3.9.1