Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
bmcweb
/
9140a674ac06c3d40e78557b69cba8e5d2b6c72a
/
.
/
include
/
test_utils.hpp
blob: eb990d5405ee50947ba478114acb66891478257b [
file
] [
log
] [
blame
]
Ed Tanous
9140a67
2017-04-24 17:01:32 -0700
[
diff
] [
blame^
]
1
#pragma
once
2
3
#include
<string>
4
5
bool
gzipInflate
(
const
std
::
string
&
compressedBytes
,
6
std
::
string
&
uncompressedBytes
);