aboutsummaryrefslogtreecommitdiff
path: root/zenhttp/httpshared.h
diff options
context:
space:
mode:
Diffstat (limited to 'zenhttp/httpshared.h')
-rw-r--r--zenhttp/httpshared.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zenhttp/httpshared.h b/zenhttp/httpshared.h
index fbf35076b..e7c9e4a56 100644
--- a/zenhttp/httpshared.h
+++ b/zenhttp/httpshared.h
@@ -8,6 +8,7 @@ namespace zen {
class IoBuffer;
class CbPackage;
+class CompositeBuffer;
struct CbPackageHeader
{
@@ -31,6 +32,7 @@ struct CbAttachmentEntry
static_assert(sizeof(CbAttachmentEntry) == 32);
std::vector<IoBuffer> FormatPackageMessage(const CbPackage& Data);
+CompositeBuffer FormatPackageMessageBuffer(const CbPackage& Data);
CbPackage ParsePackageMessage(IoBuffer Payload);
} // namespace zen