diff options
Diffstat (limited to 'src/err.hpp')
| -rw-r--r-- | src/err.hpp | 9 | 
1 files changed, 6 insertions, 3 deletions
diff --git a/src/err.hpp b/src/err.hpp index 2b76569..a31eb9b 100644 --- a/src/err.hpp +++ b/src/err.hpp @@ -35,15 +35,18 @@  #include <netdb.h>  #endif +namespace zmq +{ +    const char *errno_to_string (int errno_); +} +  #ifdef ZMQ_HAVE_WINDOWS  namespace zmq  { -      const char *wsa_error ();      void win_error (char *buffer_, size_t buffer_size_); -    void wsa_error_to_errno (); -   +    void wsa_error_to_errno ();   }  //  Provides convenient way to check WSA-style errors on Windows.  | 
