aboutsummaryrefslogtreecommitdiff
path: root/cgit.h
diff refs
from: back
to: back
| flip
diff options
context:
space:
mode:
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h18
1 files changed, 1 insertions, 17 deletions
diff --git a/cgit.h b/cgit.h
index 2a3cd5a..a3b5385 100644
--- a/cgit.h
+++ b/cgit.h
@@ -15,20 +15,6 @@ struct cacheitem {
int fd;
};
-struct repoinfo {
- char *url;
- char *name;
- char *path;
- char *desc;
- char *owner;
-};
-
-struct repolist {
- int length;
- int count;
- struct repoinfo *repos;
-};
-
struct commitinfo {
struct commit *commit;
char *author;
@@ -50,9 +36,7 @@ struct taginfo {
extern const char cgit_version[];
-extern struct repolist cgit_repolist;
-extern struct repoinfo *cgit_repo;
-
+extern char *cgit_root;
extern char *cgit_root_title;
extern char *cgit_css;
extern char *cgit_logo;