summaryrefslogtreecommitdiff
path: root/src/git.h
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2025-04-11 16:18:31 -0700
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2025-04-11 16:18:31 -0700
commit9f46ca93b86e5bcf43e11d6f533f82c68794e0b1 (patch)
treeb1845c78bb8efa71e1a3b34fd93bee47b6da4d9b /src/git.h
parentf199bc5c0b4ed3219eedf61757e66dee2f328712 (diff)
downloadgithub-mirror-9f46ca93b86e5bcf43e11d6f533f82c68794e0b1.tar.gz
github-mirror-9f46ca93b86e5bcf43e11d6f533f82c68794e0b1.tar.zst
github-mirror-9f46ca93b86e5bcf43e11d6f533f82c68794e0b1.zip
Add quiet 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