diff include/urweb/urweb_cpp.h @ 2085:fd6d362666c0

Optimizing writes of single characters
author Adam Chlipala <adam@chlipala.net>
date Thu, 04 Dec 2014 19:54:04 -0500
parents 1839df6ed755
children d2a98983f502 5709482a2afd
line wrap: on
line diff
--- a/include/urweb/urweb_cpp.h	Thu Dec 04 02:47:24 2014 -0500
+++ b/include/urweb/urweb_cpp.h	Thu Dec 04 19:54:04 2014 -0500
@@ -396,4 +396,6 @@
 int uw_remoteSock(struct uw_context *);
 void uw_set_remoteSock(struct uw_context *, int sock);
 
+void uw_Basis_writec(struct uw_context *, char);
+
 #endif