10 lines
118 B
C++
10 lines
118 B
C++
#pragma once
|
|
|
|
#include <fc/string.hpp>
|
|
|
|
namespace fc
|
|
{
|
|
|
|
string zlib_compress(const string& in);
|
|
|
|
} // namespace fc
|