1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-05 12:29:33 +00: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