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