From 9013b7ca919c13b03488056dff55ffbf5215f008 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 26 Jan 2022 16:48:18 -0500 Subject: QPDFJob: move placeholder json to a separate source file --- include/qpdf/QPDFJob.hh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh index 12c7bfb7..274a19f6 100644 --- a/include/qpdf/QPDFJob.hh +++ b/include/qpdf/QPDFJob.hh @@ -80,7 +80,6 @@ class QPDFJob void initializeFromArgv(int argc, char* argv[], char const* progname_env = nullptr); - // QXXXQ QPDF_DLL void initializeFromJson(std::string const& json); @@ -323,6 +322,11 @@ class QPDFJob QPDF_DLL static std::string json_out_schema_v1(); + // Provide a string that is the help information for the version 1 + // of JSON format for QPDFJob. + QPDF_DLL + static std::string json_job_schema_v1(); + private: struct RotationSpec { -- cgit v1.2.3-54-g00ecf