aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-08-01 21:06:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-08-04 13:01:50 +0300
commitd0e478348ab1362e22e426b2b3dbb3becf2d6a24 (patch)
tree8704d4ce6e12ca5103db492cb20dfd08a0853858 /bpkg/utility.hxx
parent67d42b48930f65a7e270e153f1ca627c5241d17b (diff)
Fix pkg-fetch which failed to re-fetch same package version in --replace mode
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index f36185a..7a51948 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -214,6 +214,9 @@ namespace bpkg
bool
mv (const dir_path& from, const dir_path& to, bool ignore_errors = false);
+ bool
+ mv (const path& from, const path& to, bool ignore_errors = false);
+
// Set (with diagnostics at verbosity level 3 or higher) the new and return
// the previous working directory.
//