]> git.ipfire.org Git - thirdparty/git.git/blobdiff - vcs-svn/fast_export.h
vcs-svn: move remaining repo_tree functions to fast_export.h
[thirdparty/git.git] / vcs-svn / fast_export.h
index c8b5adb811c7ba5652b94a6cf6f9ea54d6d9335f..ae8ab7e589fd83dd198f18dd692f30b86379f995 100644 (file)
@@ -28,4 +28,7 @@ int fast_export_ls_rev(uint32_t rev, const char *path,
 int fast_export_ls(const char *path,
                        uint32_t *mode_out, struct strbuf *dataref_out);
 
+void fast_export_copy(uint32_t revision, const char *src, const char *dst);
+const char *fast_export_read_path(const char *path, uint32_t *mode_out);
+
 #endif