mirror of
https://git.zx2c4.com/cgit
synced 2025-07-24 04:35:46 +02:00
Move cgit_print_date into ui-shared, reuse in ui-summary
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
9a8f88658d
commit
148fb9622c
4 changed files with 24 additions and 20 deletions
1
cgit.h
1
cgit.h
|
@ -85,6 +85,7 @@ extern char *cgit_pageurl(const char *reponame, const char *pagename,
|
|||
const char *query);
|
||||
|
||||
extern void cgit_print_error(char *msg);
|
||||
extern void cgit_print_date(unsigned long secs);
|
||||
extern void cgit_print_docstart(char *title, struct cacheitem *item);
|
||||
extern void cgit_print_docend();
|
||||
extern void cgit_print_pageheader(char *title);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue