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

Generated on Tue Jun 23 20:30:41 2009 for libpst.so.4 by  doxygen 1.3.9.1