Main Page | 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_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 Sun May 22 17:27:22 2011 for libpst.so.4 by  doxygen 1.3.9.1