Unidiff1 files changed, 1 insertions, 0 deletions
|
diff --git a/cgit.h b/cgit.h index f5906ad..ac710a6 100644 --- a/ cgit.h+++ b/ cgit.h |
|
@@ -30,16 +30,17 @@ struct cacheitem { |
30 | }; |
30 | }; |
31 | |
31 | |
32 | struct repoinfo { |
32 | struct repoinfo { |
33 | char *url; |
33 | char *url; |
34 | char *name; |
34 | char *name; |
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 | }; |
41 | |
42 | |
42 | struct repolist { |
43 | struct repolist { |
43 | int length; |
44 | int length; |
44 | int count; |
45 | int count; |
45 | struct repoinfo *repos; |
46 | struct repoinfo *repos; |
|