mirror of
https://git.zx2c4.com/cgit
synced 2025-08-31 06:15:08 +00:00
Move log-functions into ui-log.c
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
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 */
|
||||
|
Reference in New Issue
Block a user