From e5f3910c3ee1f6b779455fb1516ab3c985383d8e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 4 May 2022 12:02:39 -0400 Subject: Add new FileInputSource constructors --- include/qpdf/FileInputSource.hh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/qpdf/FileInputSource.hh b/include/qpdf/FileInputSource.hh index 1b4f5d6a..f1e7edf4 100644 --- a/include/qpdf/FileInputSource.hh +++ b/include/qpdf/FileInputSource.hh @@ -30,6 +30,10 @@ class QPDF_DLL_CLASS FileInputSource: public InputSource QPDF_DLL FileInputSource(); QPDF_DLL + FileInputSource(char const* filename); + QPDF_DLL + FileInputSource(char const* description, FILE* filep, bool close_file); + QPDF_DLL void setFilename(char const* filename); QPDF_DLL void setFile(char const* description, FILE* filep, bool close_file); -- cgit v1.2.3-70-g09d2