summaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authorAmlal <amlal@zka.com>2024-07-13 22:38:38 +0200
committerAmlal <amlal@zka.com>2024-07-13 22:38:54 +0200
commit26813ffe1f94b9915ba0ef2e1b57731c37cc7a1f (patch)
treec000c4d02d88b09cc6a6211812bd6390ce9dd33a /inc
parent0276bcf645b6471668504bf7ec23dd9c55614537 (diff)
[IMP] btb and new revision of zpt-core library.
Signed-off-by: Amlal <amlal@zka.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/manifest_builder.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/manifest_builder.hxx b/inc/manifest_builder.hxx
index 4276ee2..f66a7a8 100644
--- a/inc/manifest_builder.hxx
+++ b/inc/manifest_builder.hxx
@@ -12,6 +12,6 @@ public:
ManifestBuilder(const ManifestBuilder&) = default;
public:
- int buildJson(int argc, const char * argv[]);
+ bool buildJson(int arg_sz, const char * arg_val);
};