summaryrefslogtreecommitdiff
path: root/vcs-svn/fast_export.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-08-26 22:55:06 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-08-26 22:55:06 -0700
commit18c88f9af69ece938083409494fe204fbe376a11 (patch)
tree00a48cb23a8861ef173aea3d920321fd8aeb15c1 /vcs-svn/fast_export.h
parentMerge branch 'bc/vcs-svn-cleanup' (diff)
parentvcs-svn: move remaining repo_tree functions to fast_export.h (diff)
downloadtgif-18c88f9af69ece938083409494fe204fbe376a11.tar.xz
Merge branch 'jn/vcs-svn-cleanup'
Code clean-up. * jn/vcs-svn-cleanup: vcs-svn: move remaining repo_tree functions to fast_export.h vcs-svn: remove repo_delete wrapper function vcs-svn: remove custom mode constants vcs-svn: remove more unused prototypes and declarations
Diffstat (limited to 'vcs-svn/fast_export.h')
-rw-r--r--vcs-svn/fast_export.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcs-svn/fast_export.h b/vcs-svn/fast_export.h
index b9a3b71c99..60b79c35b9 100644
--- a/vcs-svn/fast_export.h
+++ b/vcs-svn/fast_export.h
@@ -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