summaryrefslogtreecommitdiffstats
path: root/include/qpdf/QUtil.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QUtil.hh')
-rw-r--r--include/qpdf/QUtil.hh7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/qpdf/QUtil.hh b/include/qpdf/QUtil.hh
index a0442f69..9994fcc6 100644
--- a/include/qpdf/QUtil.hh
+++ b/include/qpdf/QUtil.hh
@@ -111,6 +111,13 @@ namespace QUtil
bool same_file(char const* name1, char const* name2);
QPDF_DLL
+ void remove_file(char const* path);
+
+ // rename_file will overwrite newname if it exists
+ QPDF_DLL
+ void rename_file(char const* oldname, char const* newname);
+
+ QPDF_DLL
char* copy_string(std::string const&);
// Returns lower-case hex-encoded version of the string, treating