diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-12-04 19:54:04 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-12-04 19:54:04 -0500 |
commit | 514bde72c4a3f291221bbb362b9496c020042925 (patch) | |
tree | eb34b6c894679fa04c517bfa2472fa135b085bb5 /include | |
parent | de8817f2e2e5cf49421cdcc08a754b8277f13866 (diff) |
Optimizing writes of single characters
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb/urweb_cpp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |