Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

inet/base64.h

Go to the documentation of this file.
00001 #ifndef BASE64_H
00002 #define BASE64_H
00003 
00004 
00005 extern unsigned char *base64encode(const unsigned char *str, 
00006                                    unsigned   length, 
00007                                    unsigned  *ret_length);
00008 
00009 extern unsigned char *base64decode( const unsigned char *str,
00010                                     unsigned  length, 
00011                                     unsigned *ret_length); 
00012 
00013 #endif

Generated on Sun Aug 4 21:47:28 2002 for k/os mp3v2 by doxygen1.2.16