index
:
minetest.git
gpcf
lifo-fixes
release
modified minetest for gpcfs purposes
gpcf
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
script
/
serverscripting.cpp
diff options
context:
1
2
#ifndef BASE64_HEADER
#define BASE64_HEADER
#include <string>
bool
base64_is_valid
(
std
::
string
const
&
s
);
std
::
string
base64_encode
(
unsigned char const
* ,
unsigned int
len
);
std
::
string
base64_decode
(
std
::
string
const
&
s
);
#endif
// BASE64_HEADER