diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-26 15:26:48 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2020-08-26 15:26:48 +0200 |
commit | 3ed41628d7db8eeb3b797949053c15b84679c8f9 (patch) | |
tree | 19abfc2eddf10402352b1519f54638b3320e3675 /libbuild2/filesystem.hxx | |
parent | af660dbeb882e19481117bff2257809eb86c4ee8 (diff) |
Add missing symbol exports
Diffstat (limited to 'libbuild2/filesystem.hxx')
-rw-r--r-- | libbuild2/filesystem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/filesystem.hxx b/libbuild2/filesystem.hxx index 5d26524..5169964 100644 --- a/libbuild2/filesystem.hxx +++ b/libbuild2/filesystem.hxx @@ -80,7 +80,7 @@ namespace build2 // Rename a file (or file symlink) overwriting the destination if exists. // - void + LIBBUILD2_SYMEXPORT void mvfile (const path& from, const path& to, uint16_t verbosity = 1); // Remove the file (unless dry-run) and print the standard diagnostics |