summaryrefslogtreecommitdiffstats
path: root/git-access.h
diff options
context:
space:
mode:
Diffstat (limited to 'git-access.h')
-rw-r--r--git-access.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-access.h b/git-access.h
index 981c19fd1..beb764e7e 100644
--- a/git-access.h
+++ b/git-access.h
@@ -22,6 +22,7 @@ extern int do_git_save(git_repository *repo, const char *branch, const char *rem
extern const char *saved_git_id;
extern void clear_git_id(void);
extern void set_git_id(const struct git_oid *);
+void set_git_update_cb(int(*cb)(int));
#ifdef __cplusplus
}