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 */