mirror of
https://git.zx2c4.com/cgit
synced 2025-07-21 11:24:22 +02:00
Make default pages configurable
Signed-off-by: Christian Hesse <mail@eworm.de>
This commit is contained in:
parent
00ecfaadea
commit
d9f3d6fb18
7 changed files with 48 additions and 13 deletions
|
@ -17,6 +17,8 @@ extern void cgit_add_clone_urls(void (*fn)(const char *));
|
|||
|
||||
extern void cgit_index_link(const char *name, const char *title,
|
||||
const char *class, const char *pattern, const char *sort, int ofs, int always_root);
|
||||
extern void cgit_repo_link(const char *name, const char *title,
|
||||
const char *class, const char *head);
|
||||
extern void cgit_summary_link(const char *name, const char *title,
|
||||
const char *class, const char *head);
|
||||
extern void cgit_tag_link(const char *name, const char *title,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue