Main Page   Modules   Compound List   File List   Compound Members   File Members   Related Pages  

rpmio/base64.h

Go to the documentation of this file.
00001 #ifndef H_BASE64
00002 #define H_BASE64
00003 
00008 #ifdef __cplusplus
00009 extern "C" {
00010 #endif
00011 
00019 int B64decode (const char * s, /*@out@*/ void ** datap, /*@out@*/ size_t *lenp);
00020 
00027 char * B64encode (const void * data, size_t ns);
00028 
00029 #ifdef __cplusplus
00030 }
00031 #endif
00032 
00033 #endif  /* H_RPMURL */

Generated at Sun Apr 8 18:43:01 2001 for rpm by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000