Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
bmcweb
/
97099e757486df9f9315aad17193365b28866d37
/
.
/
include
/
test_utils.hpp
blob: eb990d5405ee50947ba478114acb66891478257b [
file
] [
log
] [
blame
]
#pragma
once
#include
<string>
bool
gzipInflate
(
const
std
::
string
&
compressedBytes
,
std
::
string
&
uncompressedBytes
);