aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-10-21 04:30:15 +0200
committerJay Berkenbilt <ejb@ql.org>2009-10-21 04:30:15 +0200
commitf5d772773e588403bea8b5401f5e305b97dea16f (patch)
treeca0eea89357098dc9cf0fea6bdf0fa052b37dd1f /include
parent27ee889c0e74e84035c2c208c856729a16d866c7 (diff)
downloadqpdf-f5d772773e588403bea8b5401f5e305b97dea16f.tar.zst
make line buffering os-specific
git-svn-id: svn+q:///qpdf/trunk@852 71b93d88-0707-0410-a8cf-f5a4172ac649
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