summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2009-07-15 05:47:44 +0200
committerJay Berkenbilt <ejb@ql.org>2009-07-15 05:47:44 +0200
commita1c0aaf03adf0344b34dd591f9103479f249e965 (patch)
treeb7d801e15d733791b47328349abd86f0317ce207 /include
parent7acc0498ebfe13c48ecbaee718537a4c088cca5e (diff)
downloadqpdf-a1c0aaf03adf0344b34dd591f9103479f249e965.tar.zst
windows fixes
git-svn-id: svn+q:///qpdf/trunk@684 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QUtil.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh
index ffa7dda5..f5ff3323 100644
--- a/include/qpdf/QUtil.hh
+++ b/include/qpdf/QUtil.hh
@@ -32,6 +32,9 @@ namespace QUtil
char* copy_string(std::string const&);
+ // Set stdout to binary mode
+ void binary_stdout();
+
// Get the value of an environment variable in a portable fashion.
// Returns true iff the variable is defined. If `value' is
// non-null, initializes it with the value of the variable.