mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 06:59:28 +02:00
Move log-functions into ui-log.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
1418034e64
commit
d14c5f6d3a
5 changed files with 121 additions and 111 deletions
5
cgit.h
5
cgit.h
|
@ -75,11 +75,10 @@ extern void cgit_print_docend();
|
|||
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_repo_config_cb(const char *name, const char *value);
|
||||
|
||||
extern void cgit_print_repo_summary();
|
||||
|
||||
|
||||
#endif /* CGIT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue