]> gitweb.ps.run Git - ps-cgit/blobdiff - html.h
Implement plain view
[ps-cgit] / html.h
diff --git a/html.h b/html.h
index e6fdc5442965f5f5ba3f699d2a3e6e575b01aa09..49462a20ff6d96ec44947fdd14f100e82145fa3c 100644 (file)
--- a/html.h
+++ b/html.h
@@ -3,8 +3,10 @@
 
 extern int htmlfd;
 
+extern void html_raw(const char *txt, size_t size);
 extern void html(const char *txt);
 extern void htmlf(const char *format,...);
+extern void html_status(int code, int more_headers);
 extern void html_txt(char *txt);
 extern void html_ntxt(int len, char *txt);
 extern void html_attr(char *txt);