peerplays-fc/include/fc/compress/zlib.hpp

11 lines
119 B
C++
Raw Normal View History

#pragma once
2019-04-04 11:46:38 +00:00
#include <string>
namespace fc
{
2019-04-04 11:46:38 +00:00
std::string zlib_compress(const std::string& in);
} // namespace fc