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 13f2649..0f4709f 100644
--- a/src/config.h
+++ b/src/config.h
@@ -13,6 +13,9 @@
extern const char *config_locations[];
struct github_cfg {
+ /// Whether to skip mirroring fork repositories
+ int skip_forks;
+
// Borrowed
/// Github graphql API endpoint
const char *endpoint;