diff 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
line wrap: on
line diff
--- a/include/urweb/urweb_cpp.h	Mon Nov 24 20:41:24 2014 -0500
+++ b/include/urweb/urweb_cpp.h	Mon Nov 24 20:47:38 2014 -0500
@@ -397,4 +397,7 @@
 
 extern const char uw_begin_xhtml[], uw_begin_html5[];
 
+int uw_remoteSock(struct uw_context *);
+void uw_set_remoteSock(struct uw_context *, int sock);
+
 #endif