2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-20 17:19:08 +00:00
qpdf/include/qpdf/auto_job_c_uo.hh
Jay Berkenbilt 03f3369f35 QPDFJob: use manually named end functions for Config classes
Use named functions rather than just end() for clarity.
2022-01-30 13:11:03 -05:00

10 lines
350 B
C++

//
// This file is automatically generated by generate_auto_job.
// Edits will be automatically overwritten if the build is
// run in maintainer mode.
//
QPDF_DLL UOConfig& to(char const* parameter);
QPDF_DLL UOConfig& from(char const* parameter);
QPDF_DLL UOConfig& repeat(char const* parameter);
QPDF_DLL UOConfig& password(char const* parameter);