summaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index f5dfe2d..aaeec9c 100644
--- a/src/config.h
+++ b/src/config.h
@@ -15,6 +15,8 @@ extern const char *config_locations[];
struct github_cfg {
/// Whether to skip mirroring fork repositories
int skip_forks;
+ /// Whether to skip mirroring private repositories
+ int skip_private;
// Borrowed
/// Github graphql API endpoint