aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/FileInputSource.hh4
1 files changed, 4 insertions, 0 deletions
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);