summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 0f4709f..f5dfe2d 100644
--- a/src/config.h
+++ b/src/config.h
@@ -36,6 +36,9 @@ struct config {
char *contents;
size_t contents_len;
+ /// Quiet mode
+ int quiet;
+
/// Repo owners to mirror
struct github_cfg *head;