]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.h
Show list of modified files in ui-commit.c
[ps-cgit] / cgit.h
diff --git a/cgit.h b/cgit.h
index 02cc26a4a4e698af4473572cb3ed0278e382e446..37584d6d5b4531c65375a357bfcf25ec5a091778 100644 (file)
--- a/cgit.h
+++ b/cgit.h
@@ -75,6 +75,7 @@ extern void html_txt(char *txt);
 extern void html_attr(char *txt);
 extern void html_link_open(char *url, char *title, char *class);
 extern void html_link_close(void);
+extern void html_filemode(unsigned short mode);
 
 extern int cgit_read_config(const char *filename, configfn fn);
 extern int cgit_parse_query(char *txt, configfn fn);