aboutsummaryrefslogtreecommitdiff
path: root/libbpkg/manifest.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-08-03 15:22:12 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-08-04 16:20:10 +0300
commit0f50af28d1cfb0c22f5b88e2bf674ab732e058d9 (patch)
tree01d14b736876e56e8a3835f4d10f8819e278b4d1 /libbpkg/manifest.hxx
parent31455af4fc58ced3e5677a8dfaf9f29de53b2112 (diff)
Add package_manifest::serialize_header()
Diffstat (limited to 'libbpkg/manifest.hxx')
-rw-r--r--libbpkg/manifest.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/libbpkg/manifest.hxx b/libbpkg/manifest.hxx
index cd81d6e..20ff344 100644
--- a/libbpkg/manifest.hxx
+++ b/libbpkg/manifest.hxx
@@ -422,6 +422,11 @@ namespace bpkg
void
serialize (butl::manifest_serializer&) const;
+
+ // Serialize only package manifest header values.
+ //
+ void
+ serialize_header (butl::manifest_serializer&) const;
};
// Create individual package manifest.