diff options
author | Lars Hjemli <hjemli@gmail.com> | 2006-12-16 00:33:28 +0100 |
---|---|---|
committer | Lars Hjemli <hjemli@gmail.com> | 2006-12-16 00:33:28 +0100 |
commit | 148fb9622c6a96021e572d1a372e38896506031f (patch) | |
tree | 2bfde276f3fed3b3a42afbdd90a64c98d0502ae3 /cgit.h | |
parent | Add ui-commit.c + misc ui cleanups (diff) | |
download | cgit-pink-148fb9622c6a96021e572d1a372e38896506031f.tar.gz cgit-pink-148fb9622c6a96021e572d1a372e38896506031f.zip |
Move cgit_print_date into ui-shared, reuse in ui-summary
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r-- | cgit.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit.h b/cgit.h index a905e47..a54f2b5 100644 --- a/cgit.h +++ b/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); |