comparison include/urweb/urweb_cpp.h @ 2220:794017f378de

Merge.
author Ziv Scully <ziv@mit.edu>
date Mon, 24 Nov 2014 20:47:38 -0500
parents ef766ef6e242 1839df6ed755
children 5709482a2afd
comparison
equal deleted inserted replaced
2219:ff38b3e0cdfd 2220:794017f378de
395 395
396 uw_Basis_string uw_Basis_blessData(struct uw_context *, uw_Basis_string); 396 uw_Basis_string uw_Basis_blessData(struct uw_context *, uw_Basis_string);
397 397
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 *);
401 void uw_set_remoteSock(struct uw_context *, int sock);
402
400 #endif 403 #endif