aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDFJob_config.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-23 15:46:02 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit564dc036072803d2ee9018f892e2d3a6570387fa (patch)
treedd6c49be59162fbee017970640da1add0a88c460 /libqpdf/QPDFJob_config.cc
parent1d099ab7439104759a421bc20c809e64fef29f03 (diff)
downloadqpdf-564dc036072803d2ee9018f892e2d3a6570387fa.tar.zst
QPDFJob: start real API
Create QPDFJob_options.cc to hold API implementation functions. Reorganize a little in preparation for moving public member variables private and creating the real QPDFJob API that will be used by callers as well as the argv/json initialization methods.
Diffstat (limited to 'libqpdf/QPDFJob_config.cc')
-rw-r--r--libqpdf/QPDFJob_config.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/QPDFJob_config.cc b/libqpdf/QPDFJob_config.cc
new file mode 100644
index 00000000..0dfc7e14
--- /dev/null
+++ b/libqpdf/QPDFJob_config.cc
@@ -0,0 +1 @@
+#include <qpdf/QPDFJob.hh>