X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsockets.h;h=0bee1ddf54c913ae28d77ea79ad9e4cfb514ec98;hb=1276a2c5f24c0c932426aca9c899fa524d2443f2;hp=b42e368d2180a45efc1af884402bd04500618311;hpb=44608e67a858cbc42b5d6eddd88989e7a1c2d8f9;p=gnulib.git diff --git a/lib/sockets.h b/lib/sockets.h index b42e368d2..0bee1ddf5 100644 --- a/lib/sockets.h +++ b/lib/sockets.h @@ -1,6 +1,6 @@ /* sockets.h - wrappers for Windows socket functions - Copyright (C) 2008, 2009 Free Software Foundation, Inc. + Copyright (C) 2008-2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,8 +26,17 @@ #define SOCKETS_2_1 0x201 #define SOCKETS_2_2 0x202 -int gl_sockets_startup (int version); -int gl_sockets_cleanup (void); +int gl_sockets_startup (int version) +#if !WINDOWS_SOCKETS + _GL_ATTRIBUTE_CONST +#endif + ; + +int gl_sockets_cleanup (void) +#if !WINDOWS_SOCKETS + _GL_ATTRIBUTE_CONST +#endif + ; /* This function is useful it you create a socket using gnulib's Winsock wrappers but needs to pass on the socket handle to some @@ -36,6 +45,8 @@ int gl_sockets_cleanup (void); #include +#include "msvc-nothrow.h" + static inline SOCKET gl_fd_to_handle (int fd) {