summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-25 12:58:15 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commitf60526aff93ef1049242b215a9f247dca4c7f99e (patch)
tree858ac0db3cfa9b9c1b3ff724d7dbaf10a6325fd5 /include
parentb4b0df0df98f44483215c4658f1697282080eebf (diff)
downloadqpdf-f60526aff93ef1049242b215a9f247dca4c7f99e.tar.zst
QPDFJob: start changing generation for trivial config handlers
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index b347aba7..c76d85cc 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -105,6 +105,7 @@ class QPDFJob
{
friend class QPDFJob;
public:
+ // QXXXQ could potentially generate these declarations
QPDF_DLL Config& allowWeakCrypto();
QPDF_DLL Config& check();
QPDF_DLL Config& checkLinearization();