*/
#include "cgit.h"
+#include "html.h"
+#include "ui-shared.h"
char *curr_rev;
char *match_path;
}
html("<tr><td class='ls-mode'>");
- html_filemode(mode);
+ cgit_print_filemode(mode);
html("</td><td>");
if (S_ISGITLINK(mode)) {
htmlf("<a class='ls-mod' href='");