comparison include/urweb/urweb_cpp.h @ 2224:5709482a2afd

Merge.
author Ziv Scully <ziv@mit.edu>
date Thu, 11 Dec 2014 02:05:41 -0500
parents 794017f378de fd6d362666c0
children 2f7ed04332a0
comparison
equal deleted inserted replaced
2223:9410959d296f 2224:5709482a2afd
398 extern const char uw_begin_xhtml[], uw_begin_html5[]; 398 extern const char uw_begin_xhtml[], uw_begin_html5[];
399 399
400 int uw_remoteSock(struct uw_context *); 400 int uw_remoteSock(struct uw_context *);
401 void uw_set_remoteSock(struct uw_context *, int sock); 401 void uw_set_remoteSock(struct uw_context *, int sock);
402 402
403 void uw_Basis_writec(struct uw_context *, char);
404
403 #endif 405 #endif