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