Files
freeswitch/libs/xmlrpc-c/include/xmlrpc-c/base64_int.h
2012-10-13 11:37:25 -05:00

12 lines
215 B
C

#ifndef BASE64_INT_H_INCLUDED
#define BASE64_INT_H_INCLUDED
#include "xmlrpc-c/c_util.h"
XMLRPC_DLLEXPORT
void
xmlrpc_base64Encode(const char * const chars,
char * const base64);
#endif