diff options
author | Adam Chlipala <adam@chlipala.net> | 2014-11-16 13:39:18 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2014-11-16 13:39:18 -0500 |
commit | 3978f63f15851ce203d4722008c85b983e50fe6f (patch) | |
tree | c7199464ea21621f3a504c88a6725e69d3ed2aee /include | |
parent | 745a1e34ec9067a8c807971b01d65c350f8e5286 (diff) |
uw_remoteSock()
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb/urweb_cpp.h | 3 |
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 |