aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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
{