diff options
Diffstat (limited to 'vcs-svn/repo_tree.h')
-rw-r--r-- | vcs-svn/repo_tree.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vcs-svn/repo_tree.h b/vcs-svn/repo_tree.h index d0f5690dca..555b64bbb6 100644 --- a/vcs-svn/repo_tree.h +++ b/vcs-svn/repo_tree.h @@ -9,8 +9,8 @@ struct strbuf; #define REPO_MODE_LNK 0120000 uint32_t next_blob_mark(void); -void repo_copy(uint32_t revision, const char *src, const char *dst); -const char *repo_read_path(const char *path, uint32_t *mode_out); -void repo_delete(const char *path); +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); +void svn_repo_delete(const char *path); #endif |