diff options
Diffstat (limited to 'inc')
| -rw-r--r-- | inc/manifest_builder.hxx | 2 |
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); }; |
