2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-06 20:30:54 +00:00
qpdf/include/qpdf/auto_job_c_pages.hh
Jay Berkenbilt 34f013c1be Allow --file and --range with --pages
Accept --file and --range as named parameters in additional to
allowing positional arguments. This is in preparation for adding
additional flags.
2024-01-10 16:44:17 -05:00

11 lines
356 B
C++

//
// This file is automatically generated by generate_auto_job.
// Edits will be automatically overwritten if the build is
// run in maintainer mode.
//
// clang-format off
//
QPDF_DLL PagesConfig* file(std::string const& parameter);
QPDF_DLL PagesConfig* range(std::string const& parameter);
QPDF_DLL PagesConfig* password(std::string const& parameter);