From 514bde72c4a3f291221bbb362b9496c020042925 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 4 Dec 2014 19:54:04 -0500 Subject: Optimizing writes of single characters --- include/urweb/urweb_cpp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/urweb/urweb_cpp.h b/include/urweb/urweb_cpp.h index 637cddfc..39679dd5 100644 --- a/include/urweb/urweb_cpp.h +++ b/include/urweb/urweb_cpp.h @@ -396,4 +396,6 @@ extern const char uw_begin_xhtml[], uw_begin_html5[]; int uw_remoteSock(struct uw_context *); void uw_set_remoteSock(struct uw_context *, int sock); +void uw_Basis_writec(struct uw_context *, char); + #endif -- cgit v1.2.3