From 0a1723376cfe7325521e4210e97aa4f2f5e45994 Mon Sep 17 00:00:00 2001 From: mrb0nk500 Date: Sat, 30 Jul 2022 11:28:09 -0300 Subject: git: Add missing extern definition for `get_pull_request()` --- git.h | 1 + 1 file changed, 1 insertion(+) diff --git a/git.h b/git.h index 17b3658..3bd79bd 100644 --- a/git.h +++ b/git.h @@ -46,6 +46,7 @@ struct pull_request { extern void cleanup_git(git_repository **repos); extern git_repository **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); -- cgit v1.2.3-13-gbd6f