aboutsummaryrefslogtreecommitdiffstats
path: root/include/qpdf/auto_job_c_att.hh
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-25 22:37:17 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-30 19:11:03 +0100
commit0a354af02cf51aeb1602596988c8f826b47b3a81 (patch)
tree3d101f330f411080149082db2dba5291d9b7003f /include/qpdf/auto_job_c_att.hh
parenta87dcba13f4501adc448d82c58fa1dfa7274046d (diff)
downloadqpdf-0a354af02cf51aeb1602596988c8f826b47b3a81.tar.zst
QPDFJob: convert AddAttachment handlers
Diffstat (limited to 'include/qpdf/auto_job_c_att.hh')
-rw-r--r--include/qpdf/auto_job_c_att.hh13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/qpdf/auto_job_c_att.hh b/include/qpdf/auto_job_c_att.hh
new file mode 100644
index 00000000..ac0f4223
--- /dev/null
+++ b/include/qpdf/auto_job_c_att.hh
@@ -0,0 +1,13 @@
+//
+// This file is automatically generated by generate_auto_job.
+// Edits will be automatically overwritten if the build is
+// run in maintainer mode.
+//
+QPDF_DLL Config& end();
+QPDF_DLL AttConfig& replace();
+QPDF_DLL AttConfig& key(char const* parameter);
+QPDF_DLL AttConfig& filename(char const* parameter);
+QPDF_DLL AttConfig& creationdate(char const* parameter);
+QPDF_DLL AttConfig& moddate(char const* parameter);
+QPDF_DLL AttConfig& mimetype(char const* parameter);
+QPDF_DLL AttConfig& description(char const* parameter);