diff options
Diffstat (limited to 'src/req.hpp')
-rw-r--r-- | src/req.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/req.hpp b/src/req.hpp index 10e06f2..0434ddd 100644 --- a/src/req.hpp +++ b/src/req.hpp @@ -72,6 +72,7 @@ namespace xs // Overloads of the functions from session_base_t. int write (msg_t *msg_); + void detach (); private: |