aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/qpdf/QPDFJob.hh8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/qpdf/QPDFJob.hh b/include/qpdf/QPDFJob.hh
index d8c698a5..921742db 100644
--- a/include/qpdf/QPDFJob.hh
+++ b/include/qpdf/QPDFJob.hh
@@ -85,6 +85,10 @@ class QPDFJob
QPDF_DLL
void setOutputStreams(std::ostream* out_stream, std::ostream* err_stream);
+ // Returns true if output is created by the specified job.
+ QPDF_DLL
+ bool createsOutput() const;
+
// QXXXQ set options -- implemented in QPDFJob_options.cc
// QXXXQ these will not be in the final interface
@@ -108,9 +112,6 @@ class QPDFJob
QPDF_DLL
bool hasWarnings();
- QPDF_DLL
- bool createsOutput(); // QXXXQ need better name
-
// Return value is bitwise OR of values from qpdf_encryption_status_e
QPDF_DLL
unsigned long getEncryptionStatus();
@@ -398,7 +399,6 @@ class QPDFJob
std::string message_prefix;
bool warnings;
- bool creates_output;
std::ostream* cout;
std::ostream* cerr;
unsigned long encryption_status;