diff options
Diffstat (limited to 'src/git.h')
-rw-r--r-- | src/git.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |