Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschu <schu-github@schulog.org>2011-11-21 16:06:07 +0400
committerschu <schu-github@schulog.org>2011-11-21 16:11:10 +0400
commitbdbdefac39256da42f72532161363d92df00566b (patch)
tree7e1c2df9969f007d3bb0113fea419f176fdfbe73 /src/fileops.h
parente4c93a392763a006d11e1c1dd01c12f85498dad5 (diff)
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>
Diffstat (limited to 'src/fileops.h')
-rw-r--r--src/fileops.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/fileops.h b/src/fileops.h
index 56c4770cb..e1a59f633 100644
--- a/src/fileops.h
+++ b/src/fileops.h
@@ -90,11 +90,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
*/