mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-14 14:09:13 +00:00
12 lines
215 B
C
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
|