comparison 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
comparison
equal deleted inserted replaced
2084:0d48cfb59b29 2085:fd6d362666c0
394 extern const char uw_begin_xhtml[], uw_begin_html5[]; 394 extern const char uw_begin_xhtml[], uw_begin_html5[];
395 395
396 int uw_remoteSock(struct uw_context *); 396 int uw_remoteSock(struct uw_context *);
397 void uw_set_remoteSock(struct uw_context *, int sock); 397 void uw_set_remoteSock(struct uw_context *, int sock);
398 398
399 void uw_Basis_writec(struct uw_context *, char);
400
399 #endif 401 #endif