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

repo_tree.h « vcs-svn - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0cd2761183c40cf5efa1eb7821d0308293cf7914 (plain)
1
2
3
4
5
6
7
#ifndef REPO_TREE_H_
#define REPO_TREE_H_

void svn_repo_copy(uint32_t revision, const char *src, const char *dst);
const char *svn_repo_read_path(const char *path, uint32_t *mode_out);

#endif