aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-07 23:17:27 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-08 19:45:20 +0200
commite9390aeaaa3d4a6c6af5478bfd7a5fd6b2373087 (patch)
treeb3a2e8728a46fabba362c0e7458994da6219fe91 /include
parent2e87d593eb2f593807c34e7baa66b77bb039b996 (diff)
downloadqpdf-e9390aeaaa3d4a6c6af5478bfd7a5fd6b2373087.tar.zst
Add --to-json option
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/auto_job_c_main.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/auto_job_c_main.hh b/include/qpdf/auto_job_c_main.hh
index 54efa1df..42e30a70 100644
--- a/include/qpdf/auto_job_c_main.hh
+++ b/include/qpdf/auto_job_c_main.hh
@@ -44,6 +44,7 @@ QPDF_DLL Config* staticId();
QPDF_DLL Config* suppressPasswordRecovery();
QPDF_DLL Config* suppressRecovery();
QPDF_DLL Config* testJsonSchema();
+QPDF_DLL Config* toJson();
QPDF_DLL Config* verbose();
QPDF_DLL Config* warningExit0();
QPDF_DLL Config* withImages();