Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
bmcweb
/
0850f8c45f8c5ed36de602d80d4aced3c51c3660
/
.
/
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
);