diff options
author | Ziv Scully <ziv@mit.edu> | 2014-11-24 20:47:38 -0500 |
---|---|---|
committer | Ziv Scully <ziv@mit.edu> | 2014-11-24 20:47:38 -0500 |
commit | b59e6e96601c09bd97a4cce881c9b9f8bf8816a3 (patch) | |
tree | c2714306eb85c1e0d144089bbc3f6ed51e58cdda /include | |
parent | a413fc1a42bf0fbee27c2f22cc8e9ca9b17b9edf (diff) | |
parent | f3e50f123c33c26038b601475eeaa619526ad7ab (diff) |
Merge.
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 39dc0bc0..be7be442 100644 --- a/include/urweb/urweb_cpp.h +++ b/include/urweb/urweb_cpp.h @@ -397,4 +397,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 |