summaryrefslogtreecommitdiff
path: root/src/git.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git.h')
-rw-r--r--src/git.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/git.h b/src/git.h
index ad3902d..06d3e92 100644
--- a/src/git.h
+++ b/src/git.h
@@ -19,7 +19,7 @@ struct repo_ctx {
const char *username;
};
-int git_mirror_repo(const struct repo_ctx *ctx);
+int git_mirror_repo(const struct repo_ctx *ctx, int quiet);
#endif // GIT_H