mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 13:20:07 +00:00
Update base64.h
This commit is contained in:
parent
0883aa06f3
commit
f92ad9a33d
@ -12,7 +12,7 @@ std::string base64_encode (std::string const& s, bool url = false);
|
||||
std::string base64_encode_pem (std::string const& s);
|
||||
std::string base64_encode_mime(std::string const& s);
|
||||
|
||||
std::string base64_decode(std::string const& encoded_string, bool remove_linebreaks = false)
|
||||
std::string base64_decode(std::string const& encoded_string, bool remove_linebreaks = false);
|
||||
std::string base64_encode(unsigned char const*, unsigned int len, bool url = false);
|
||||
|
||||
#endif /* BASE64_H_C0CE2A47_D10E_42C9_A27C_C883944E704A */
|
||||
|
Loading…
Reference in New Issue
Block a user