summaryrefslogtreecommitdiff
path: root/git.h
diff options
context:
space:
mode:
Diffstat (limited to 'git.h')
-rw-r--r--git.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/git.h b/git.h
index 222dc28..b8a709d 100644
--- a/git.h
+++ b/git.h
@@ -53,9 +53,9 @@ struct pull_request {
extern void cleanup_git(git_repo **repos);
extern void cleanup_pull_request(pull_request *pr);
extern git_repo **init_git(config *cfg);
-extern pull_request *get_pull_request(index_t *idx, const char *root);
+extern pull_request *get_pull_request(index_t *idx, const char *root, const char *repo);
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);
+extern int create_pull_request_dir(pull_request *pr, index_t *idx, const char *root, const char *repo);
int parse_patch_list(void *ctx, void *ret, const keyword *key, keyword_val val);
int parse_comment_reply(void *ctx, void *ret, const keyword *key, keyword_val val);