aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QUtil.hh5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh
index 98784a37..87904ea1 100644
--- a/include/qpdf/QUtil.hh
+++ b/include/qpdf/QUtil.hh
@@ -161,6 +161,11 @@ namespace QUtil
QPDF_DLL
RandomDataProvider* getRandomDataProvider();
+ QPDF_DLL
+ std::list<std::string> read_lines_from_file(char const* filename);
+ QPDF_DLL
+ std::list<std::string> read_lines_from_file(std::istream&);
+
// These routines help the tokenizer recognize certain character
// classes without using ctype, which we avoid because of locale
// considerations.