summaryrefslogtreecommitdiff
path: root/src/ipc_connecter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc_connecter.hpp')
-rw-r--r--src/ipc_connecter.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipc_connecter.hpp b/src/ipc_connecter.hpp
index 2a874bc..e6c419d 100644
--- a/src/ipc_connecter.hpp
+++ b/src/ipc_connecter.hpp
@@ -81,7 +81,7 @@ namespace xs
int open ();
// Close the connecting socket.
- int close ();
+ void close ();
// Get the file descriptor of newly created connection. Returns
// retired_fd if the connection was unsuccessfull.