aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QUtil.hh4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh
index 45dc9c5b..d0626a2e 100644
--- a/include/qpdf/QUtil.hh
+++ b/include/qpdf/QUtil.hh
@@ -52,6 +52,10 @@ namespace QUtil
void binary_stdout();
QPDF_DLL
void binary_stdin();
+ // Set stdout to line buffered
+ QPDF_DLL
+ void setLineBuf(FILE*);
+
// May modify argv0
QPDF_DLL