mirror of
https://git.zx2c4.com/cgit
synced 2025-07-21 19:34:22 +02:00
Add ui-commit.c + misc ui cleanups
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
2101e26fd6
commit
9a8f88658d
9 changed files with 140 additions and 19 deletions
5
cgit.h
5
cgit.h
|
@ -92,7 +92,8 @@ extern void cgit_print_pageheader(char *title);
|
|||
extern void cgit_print_repolist(struct cacheitem *item);
|
||||
extern void cgit_print_summary();
|
||||
extern void cgit_print_log(const char *tip, int ofs, int cnt);
|
||||
extern void cgit_print_view(char *hex);
|
||||
extern void cgit_print_tree(const char *sha1);
|
||||
extern void cgit_print_view(const char *hex);
|
||||
extern void cgit_print_tree(const char *hex);
|
||||
extern void cgit_print_commit(const char *hex);
|
||||
|
||||
#endif /* CGIT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue