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
/
util
/
auth.cpp
blob: ac5139535fec63504932da2123a11161e277b655 (
plain
)
#include <string>
std
::
string
base64_encode
(
unsigned char const
* ,
unsigned int
len
);
std
::
string
base64_decode
(
std
::
string
const
&
s
);