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

11 lines
118 B
C++
Raw Normal View History

#pragma once
#include <fc/string.hpp>
namespace fc
{
string zlib_compress(const string& in);
} // namespace fc