diff options
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ struct repoinfo { | |||
35 | char *path; | 35 | char *path; |
36 | char *desc; | 36 | char *desc; |
37 | char *owner; | 37 | char *owner; |
38 | char *defbranch; | ||
38 | char *module_link; | 39 | char *module_link; |
39 | int snapshots; | 40 | int snapshots; |
40 | }; | 41 | }; |