]> git.cameronkatri.com Git - cgit.git/blobdiff - html.h
git: update to v2.21.0
[cgit.git] / html.h
diff --git a/html.h b/html.h
index 1b24e551729dc3ec11be3fc68d6dca4bfc6ebe87..fa4de77587f239d734ec308e57e4332de00b40d3 100644 (file)
--- a/html.h
+++ b/html.h
@@ -19,7 +19,7 @@ __attribute__((format (printf,1,2)))
 extern void html_attrf(const char *format,...);
 
 extern void html_txt(const char *txt);
-extern void html_ntxt(int len, const char *txt);
+extern ssize_t html_ntxt(const char *txt, size_t len);
 extern void html_attr(const char *txt);
 extern void html_url_path(const char *txt);
 extern void html_url_arg(const char *txt);