]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Move cgit_print_date into ui-shared, reuse in ui-summary
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index a905e479b703d1873f75c01d39eddabb0c6a47cc..a54f2b5fc2980bb280294cf710f69c0d8c79bd61 100644 (file)
--- 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);