aboutsummaryrefslogtreecommitdiffstats
path: root/src/input/TextInputStream.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/input/TextInputStream.hxx')
-rw-r--r--src/input/TextInputStream.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/input/TextInputStream.hxx b/src/input/TextInputStream.hxx
index 6f39d22cf..ce1eaddff 100644
--- a/src/input/TextInputStream.hxx
+++ b/src/input/TextInputStream.hxx
@@ -47,6 +47,9 @@ public:
* @return a pointer to the line, or nullptr on end-of-file or error
*/
char *ReadLine();
+
+private:
+ char *ReadBufferedLine();
};
#endif