diff 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
line wrap: on
line diff
--- a/include/urweb/urweb_cpp.h	Sat Nov 29 04:34:41 2014 -0500
+++ b/include/urweb/urweb_cpp.h	Thu Dec 11 02:05:41 2014 -0500
@@ -400,4 +400,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