summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-26 22:48:18 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit9013b7ca919c13b03488056dff55ffbf5215f008 (patch)
treeb3115571daa56be175614e8d92b7c778b11d6b14 /include
parentedef2cd330d0f4ca77f75e7192628a64bf67de3e (diff)
downloadqpdf-9013b7ca919c13b03488056dff55ffbf5215f008.tar.zst
QPDFJob: move placeholder json to a separate source file
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh6
1 files changed, 5 insertions, 1 deletions
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
{