]> git.ipfire.org Git - thirdparty/git.git/blame - vcs-svn/repo_tree.h
vcs-svn: remove repo_delete wrapper function
[thirdparty/git.git] / vcs-svn / repo_tree.h
CommitLineData
c0e6c23d
DB
1#ifndef REPO_TREE_H_
2#define REPO_TREE_H_
3
15d1d095 4void svn_repo_copy(uint32_t revision, const char *src, const char *dst);
5const char *svn_repo_read_path(const char *path, uint32_t *mode_out);
c0e6c23d
DB
6
7#endif