summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adam@chlipala.net>2014-11-16 13:39:18 -0500
committerGravatar Adam Chlipala <adam@chlipala.net>2014-11-16 13:39:18 -0500
commitb3f6f1c94a001205dd77ac2e5074e6cc4c300ffd (patch)
treec7199464ea21621f3a504c88a6725e69d3ed2aee /include
parenta167f651f6a12eab4772ab3cb16b63633e8c77ae (diff)
uw_remoteSock()
Diffstat (limited to 'include')
-rw-r--r--include/urweb/urweb_cpp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/urweb/urweb_cpp.h b/include/urweb/urweb_cpp.h
index d83b2cbb..637cddfc 100644
--- a/include/urweb/urweb_cpp.h
+++ b/include/urweb/urweb_cpp.h
@@ -393,4 +393,7 @@ uw_Basis_string uw_Basis_blessData(struct uw_context *, uw_Basis_string);
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