summaryrefslogtreecommitdiff
path: root/cgit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h
index 6945eb9..3549328 100644
--- a/cgit.h
+++ b/cgit.h
@@ -119,6 +119,8 @@ struct cgit_repo {
struct string_list submodules;
int hide;
int ignore;
+ char *primary_lang;
+ int lang_confidence;
};
typedef void (*repo_config_fn)(struct cgit_repo *repo, const char *name,