diff options
author | unknown <sustrik@.(none)> | 2009-10-01 13:48:04 +0200 |
---|---|---|
committer | unknown <sustrik@.(none)> | 2009-10-01 13:48:04 +0200 |
commit | 49a9ef5fcb661827ee174415b4608e609bd0a65b (patch) | |
tree | e487422695b0b4774d42569b1fbbfa1e6a848206 /src/err.hpp | |
parent | cc631c4c6649b0d67114db13386a949426e35dbf (diff) |
windows error handling improved
Diffstat (limited to 'src/err.hpp')
-rw-r--r-- | src/err.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/err.hpp b/src/err.hpp index c1b2916..fb9195e 100644 --- a/src/err.hpp +++ b/src/err.hpp @@ -41,6 +41,7 @@ namespace zmq const char *wsa_error (); void win_error (char *buffer_, size_t buffer_size_); + void wsa_error_to_errno (); } |