X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/aaa24bdd30303128bded8487cd9f63b54c3b8dcd..a53042865a4ac8b1fa1d6b37720787601e181495:/cgit.h?ds=sidebyside diff --git a/cgit.h b/cgit.h index 02cc26a..37584d6 100644 --- 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);