mirror of
https://git.proxmox.com/git/libgit2
synced 2025-12-30 19:51:27 +00:00
fileops.h: remove git_futils_mv_atomic prototype
0c49ec2 replaced git_futils_mv_atomic with p_rename without removing its
prototype.
Signed-off-by: schu <schu-github@schulog.org>
This commit is contained in:
parent
e4c93a3927
commit
bdbdefac39
@ -89,11 +89,6 @@ extern int git_futils_rmdir_r(const char *path, int force);
|
||||
*/
|
||||
extern int git_futils_mktmp(char *path_out, const char *filename);
|
||||
|
||||
/**
|
||||
* Atomically rename a file on the filesystem
|
||||
*/
|
||||
extern int git_futils_mv_atomic(const char *from, const char *to);
|
||||
|
||||
/**
|
||||
* Move a file on the filesystem, create the
|
||||
* destination path if it doesn't exist
|
||||
|
||||
Loading…
Reference in New Issue
Block a user