diff include/urweb/urweb_cpp.h @ 2073:1839df6ed755

uw_remoteSock()
author Adam Chlipala <adam@chlipala.net>
date Sun, 16 Nov 2014 13:39:18 -0500
parents a9159911c3ba
children fd6d362666c0 794017f378de
line wrap: on
line diff
--- a/include/urweb/urweb_cpp.h	Sat Sep 20 13:55:25 2014 -0400
+++ b/include/urweb/urweb_cpp.h	Sun Nov 16 13:39:18 2014 -0500
@@ -393,4 +393,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