vcs-svn: remove repo_delete wrapper function
[git] / vcs-svn / repo_tree.h
1 #ifndef REPO_TREE_H_
2 #define REPO_TREE_H_
3
4 void svn_repo_copy(uint32_t revision, const char *src, const char *dst);
5 const char *svn_repo_read_path(const char *path, uint32_t *mode_out);
6
7 #endif