aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-core/git-access.h
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-core/git-access.h')
-rw-r--r--subsurface-core/git-access.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/subsurface-core/git-access.h b/subsurface-core/git-access.h
index 272ec116e..3a0c5160a 100644
--- a/subsurface-core/git-access.h
+++ b/subsurface-core/git-access.h
@@ -24,7 +24,11 @@ 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 (*)(int, const char *));
+int git_storage_update_progress(int percent, const char *text);
char *get_local_dir(const char *remote, const char *branch);
+
+extern int last_git_storage_update_val;
+
#ifdef __cplusplus
}
#endif