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 void  pst_hexdump(char *hbuf, int start, int stop, int ascii);
00010 
00011 #endif
00012 

Generated on Tue Apr 14 08:01:08 2009 for 'libpst' by  doxygen 1.3.9.1