diff options
Diffstat (limited to 'git.h')
-rw-r--r-- | git.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -50,9 +50,9 @@ struct pull_request { git_branch *merge_branch; /* Branch to merge pull request with. */ }; -extern void cleanup_git(git_repository **repos); +extern void cleanup_git(git_repo **repos); extern void cleanup_pull_request(pull_request *pr); -extern git_repository **init_git(config *cfg); +extern git_repo **init_git(config *cfg); extern pull_request *get_pull_request(index_t *idx, const char *root); extern int add_comment(comment *comment, const char *pr_root); extern int create_pull_request_dir(pull_request *pr, index_t *idx, const char *root); |